Test Setup Failed
Pull Request — master (#11)
by Benjamin
04:12
created
src/BladeLinterCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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');
Please login to merge, or discard this patch.