@@ -159,7 +159,6 @@ discard block |
||
| 159 | 159 | * Convert a single ViewHelperNode into its cached representation. If the ViewHelper implements the "Compilable" facet, |
| 160 | 160 | * the ViewHelper itself is asked for its cached PHP code representation. If not, a ViewHelper is built and then invoked. |
| 161 | 161 | * |
| 162 | - * @param ViewHelperNode $node |
|
| 163 | 162 | * @return array |
| 164 | 163 | * @see convert() |
| 165 | 164 | */ |
@@ -315,7 +314,6 @@ discard block |
||
| 315 | 314 | } |
| 316 | 315 | |
| 317 | 316 | /** |
| 318 | - * @param ArrayNode $node |
|
| 319 | 317 | * @return array |
| 320 | 318 | * @see convert() |
| 321 | 319 | */ |
@@ -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 |