Completed
Push — master ( 69b695...671bd7 )
by Kirill
06:49
created
src/Grammar/PP2/RuleResolver.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -134,9 +134,9 @@
 block discarded – undo
134 134
      */
135 135
     public function all(): array
136 136
     {
137
-       foreach ($this->analyze() as $symbol) {
138
-           $this->add($symbol);
139
-       }
137
+        foreach ($this->analyze() as $symbol) {
138
+            $this->add($symbol);
139
+        }
140 140
 
141 141
         return parent::all();
142 142
     }
Please login to merge, or discard this patch.