Apply Laravel Pint fixes

This commit is contained in:
Bubka
2023-03-10 22:59:46 +01:00
parent 80723d94ba
commit dce3d16c37
37 changed files with 190 additions and 160 deletions

View File

@ -51,7 +51,7 @@ class SystemControllerTest extends FeatureTestCase
'PHP version',
'Operating system',
'interface',
]
],
])
->assertJsonMissing([
'user_preferences',
@ -107,7 +107,7 @@ class SystemControllerTest extends FeatureTestCase
'useEncryption',
'lastRadarScan',
'checkForUpdate',
]
],
]);
}
@ -123,7 +123,7 @@ class SystemControllerTest extends FeatureTestCase
'common' => [
'Auth proxy header for user',
'Auth proxy header for email',
]
],
]);
}