Completed
Pull Request — master (#1)
by Jefersson
03:34 queued 39s
created
src/Command/CheckGherkinCodeStyle.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
             if ($formatted !== $contentWithoutComments) {
112 112
 
113
-                if (! defined('FAILED')) {
113
+                if (!defined('FAILED')) {
114 114
                     define('FAILED', true);
115 115
                 }
116 116
 
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
             implode(
140 140
                 array_filter(
141 141
                     array_map(
142
-                        function ($line) {
142
+                        function($line) {
143 143
                             if (0 === mb_strpos(ltrim($line), '#')) {
144 144
                                 return '';
145 145
                             }
Please login to merge, or discard this patch.