1 | <?php |
||
30 | class StatusIndex extends Status |
||
31 | { |
||
32 | /** |
||
33 | * @return Sequence<StatusFile> |
||
|
|||
34 | */ |
||
35 | 1 | public function untracked(): \PhpCollection\Sequence |
|
39 | |||
40 | /** |
||
41 | * all files with modified status in the index |
||
42 | * |
||
43 | * @return Sequence<StatusFile> |
||
44 | */ |
||
45 | 2 | public function all(): \PhpCollection\Sequence |
|
56 | |||
57 | /** |
||
58 | * filter files by index status |
||
59 | * |
||
60 | * @param string $type |
||
61 | * |
||
62 | * @return Sequence<StatusFile> |
||
63 | */ |
||
64 | 3 | protected function filterByType(string $type): \PhpCollection\Sequence |
|
79 | } |
||
80 |
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.