| 1 | <?php |
||
| 8 | final class LineIterator extends \IteratorIterator |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param StreamInterface $stream |
||
| 12 | */ |
||
| 13 | 44 | public function __construct(StreamInterface $stream) |
|
| 17 | |||
| 18 | /** |
||
| 19 | * @param StreamInterface $stream |
||
| 20 | * @return \Generator<string> |
||
|
|
|||
| 21 | */ |
||
| 22 | 44 | private function newIterator(StreamInterface $stream): \Generator |
|
| 46 | } |
||
| 47 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.