@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | |
49 | 49 | if ($codeclimate !== null) { |
50 | 50 | fwrite($codeclimate, json_encode( |
51 | - array_map(function (ErrorRecord $error) { |
|
51 | + array_map(function(ErrorRecord $error) { |
|
52 | 52 | return [ |
53 | 53 | 'type' => 'issue', |
54 | 54 | 'check_name' => 'Laravel Blade Lint', |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | */ |
127 | 127 | private function prepareBackends(): array |
128 | 128 | { |
129 | - return array_map(function ($backendSpec) { |
|
129 | + return array_map(function($backendSpec) { |
|
130 | 130 | switch ($backendSpec) { |
131 | 131 | default: // case 'auto': |
132 | 132 | $fast = $this->option('fast'); |