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