Passed
Pull Request — master (#334)
by Antoine
08:21
created
src/Statements/WithStatement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
             }
181 181
 
182 182
             ++$list->idx;
183
-            if (! isset($list->tokens[$list->idx])) {
183
+            if (!isset($list->tokens[$list->idx])) {
184 184
                 break;
185 185
             }
186 186
 
Please login to merge, or discard this patch.