Completed
Pull Request — master (#457)
by Claus
02:33
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/Sequencer.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     }
198 198
 
199 199
     /**
200
-     * @param \Iterator|string[]|null[] $sequence
200
+     * @param \Iterator $sequence
201 201
      * @return NodeInterface|null
202 202
      */
203 203
     protected function sequenceTagNode(\Iterator $sequence): ?NodeInterface
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
     }
368 368
 
369 369
     /**
370
-     * @param \Iterator|string[]|null[] $sequence
370
+     * @param \Iterator $sequence
371 371
      * @param bool $allowArray
372 372
      * @return NodeInterface
373 373
      */
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
     }
683 683
 
684 684
     /**
685
-     * @param \Iterator|string[]|null[] $sequence
685
+     * @param \Iterator $sequence
686 686
      * @param ArgumentDefinition[] $definitions
687 687
      * @param bool $numeric
688 688
      * @return ArrayNode
@@ -835,7 +835,7 @@  discard block
 block discarded – undo
835 835
      * be a node as such - which is only necessary if the quoted expression
836 836
      * contains other (dynamic) values like an inline syntax.
837 837
      *
838
-     * @param \Iterator|string[]|null[] $sequence
838
+     * @param \Iterator $sequence
839 839
      * @param int $leadingEscapes A backwards compatibility measure: when passed, this number of escapes must precede a closing quote for it to trigger node closing.
840 840
      * @param bool $allowArray
841 841
      * @return RootNode
Please login to merge, or discard this patch.