@@ -16,7 +16,7 @@ |
||
| 16 | 16 | public function getContent(): string; |
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | - * @return iterable<int, string> |
|
| 19 | + * @return \Generator string> |
|
| 20 | 20 | */ |
| 21 | 21 | public function getLines(): iterable; |
| 22 | 22 | |