Completed
Push — master ( 69b695...671bd7 )
by Kirill
06:49
created
src/Iterator/LookaheadIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return int|mixed
80
+     * @return integer
81 81
      */
82 82
     public function key()
83 83
     {
Please login to merge, or discard this patch.
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.