| 1 | <?php |
||
| 17 | class ArrayOfListInfo implements \IteratorAggregate |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var Array |
||
| 21 | */ |
||
| 22 | protected $ListInfo = []; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param Array[ListInfo] $lists |
||
|
|
|||
| 26 | */ |
||
| 27 | 1 | public function __construct($lists = array()) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @return \ArrayIterator |
||
| 34 | */ |
||
| 35 | 1 | public function getIterator() |
|
| 39 | } |
||
| 40 |
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.