Completed
Pull Request — master (#457)
by Claus
02:15
created
src/Core/Parser/Sequencer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -685,7 +685,7 @@  discard block
 block discarded – undo
685 685
     }
686 686
 
687 687
     /**
688
-     * @param \Iterator|Position[] $sequence
688
+     * @param \Iterator $sequence
689 689
      * @param ArgumentDefinition[] $definitions
690 690
      * @param bool $numeric
691 691
      * @return ArrayNode
@@ -838,7 +838,7 @@  discard block
 block discarded – undo
838 838
      * be a node as such - which is only necessary if the quoted expression
839 839
      * contains other (dynamic) values like an inline syntax.
840 840
      *
841
-     * @param \Iterator|Position[] $sequence
841
+     * @param \Iterator $sequence
842 842
      * @param int $leadingEscapes A backwards compatibility measure: when passed, this number of escapes must precede a closing quote for it to trigger node closing.
843 843
      * @param bool $allowArray
844 844
      * @return RootNode
Please login to merge, or discard this patch.
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.