@@ -270,7 +270,7 @@ discard block |
||
| 270 | 270 | * @param string $name |
| 271 | 271 | * @param iterable $operationsAndArgs |
| 272 | 272 | * |
| 273 | - * @return iterable |
|
| 273 | + * @return \Generator |
|
| 274 | 274 | */ |
| 275 | 275 | private function getValidatedOperationsAndArguments( |
| 276 | 276 | int $blockIndex, |
@@ -287,7 +287,7 @@ discard block |
||
| 287 | 287 | * @param string $name |
| 288 | 288 | * @param iterable $arguments |
| 289 | 289 | * |
| 290 | - * @return iterable |
|
| 290 | + * @return \Generator |
|
| 291 | 291 | */ |
| 292 | 292 | private function getValidatedArguments(int $blockIndex, string $name, iterable $arguments): iterable |
| 293 | 293 | { |