mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
PHPStan and StyleCI fixes
- Updated PhpStan PHP version option to match project. - Applied StyleCI changes. - Updated static to self in WebhookFormatter, following static analysis guidance. - Fixed mis-matched header tags.
This commit is contained in:
@@ -17,9 +17,9 @@ class SettingsTest extends TestCase
|
||||
{
|
||||
$this->asAdmin();
|
||||
$categories = [
|
||||
'features' => 'Features & Security',
|
||||
'features' => 'Features & Security',
|
||||
'customization' => 'Customization',
|
||||
'registration' => 'Registration',
|
||||
'registration' => 'Registration',
|
||||
];
|
||||
|
||||
foreach ($categories as $category => $title) {
|
||||
@@ -36,4 +36,4 @@ class SettingsTest extends TestCase
|
||||
$resp->assertStatus(404);
|
||||
$resp->assertSee('Page Not Found');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user