Passed
Push — master ( f8eb54...68901a )
by Kirill
04:07
created
src/Grammar/PP2/Analyzer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
      */
150 150
     public function group(LookaheadIterator $iterator, string $rule = null): Group
151 151
     {
152
-        if ($rule && ! \in_array($rule, $this->keep, true)) {
152
+        if ($rule && !\in_array($rule, $this->keep, true)) {
153 153
             $rule = null;
154 154
         }
155 155
 
Please login to merge, or discard this patch.