@@ -685,7 +685,7 @@ discard block |
||
| 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 |
||
| 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 |
@@ -313,7 +313,6 @@ |
||
| 313 | 313 | } |
| 314 | 314 | |
| 315 | 315 | /** |
| 316 | - * @param ArrayNode $node |
|
| 317 | 316 | * @return array |
| 318 | 317 | * @see convert() |
| 319 | 318 | */ |