Use PSR-12 code style

This commit is contained in:
James Cole
2022-10-30 14:24:19 +01:00
parent 64ff5eed27
commit 2eebcb21f1
60 changed files with 103 additions and 158 deletions

View File

@@ -98,7 +98,6 @@ class DebugController extends Controller
Log::debug('Call twig:clean...');
try {
Artisan::call('twig:clean');
} catch (Exception $e) { // @phpstan-ignore-line
// @ignoreException
}
@@ -189,11 +188,9 @@ class DebugController extends Controller
if (null !== $logFile) {
try {
$logContent = file_get_contents($logFile);
} catch (Exception $e) { // @phpstan-ignore-line
// @ignoreException
}
}
}
}
@@ -238,7 +235,6 @@ class DebugController extends Controller
'defaultLanguage',
'defaultLocale',
'isDocker'
)
);
}