You've already forked Atomcms-edit
chore: fix code style with Laravel Pint
This commit is contained in:
@@ -17,10 +17,10 @@ class DiagnosticRunner
|
||||
$this->results = [];
|
||||
|
||||
$diagnostics = [
|
||||
new DatabaseDiagnostic(),
|
||||
new SecurityDiagnostic(),
|
||||
new SystemDiagnostic(),
|
||||
new HttpDiagnostic(),
|
||||
new DatabaseDiagnostic,
|
||||
new SecurityDiagnostic,
|
||||
new SystemDiagnostic,
|
||||
new HttpDiagnostic,
|
||||
];
|
||||
|
||||
foreach ($diagnostics as $diagnostic) {
|
||||
|
||||
Reference in New Issue
Block a user