Completed
Pull Request — master (#457)
by Claus
02:40
created
src/Core/Compiler/NodeConverter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,6 @@
 block discarded – undo
313 313
     }
314 314
 
315 315
     /**
316
-     * @param ArrayNode $node
317 316
      * @return array
318 317
      * @see convert()
319 318
      */
Please login to merge, or discard this patch.
src/Core/Parser/Splitter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
      * character (byte). The secondary bit mask is costless as it is OR'ed into
160 160
      * the primary bit mask.
161 161
      *
162
-     * @return \NoRewindIterator|string[]|null[]
162
+     * @return \Generator
163 163
      */
164 164
     public function createGenerator(): \Generator
165 165
     {
Please login to merge, or discard this patch.