1 | <?php |
||
5 | class FileSizeTester extends PropertyTesterAbstract |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * [test :: check the file size] |
||
10 | * @param [type] $data [description] |
||
|
|||
11 | * @param [type] $origin [description] |
||
12 | * @param [type] $keys [description] |
||
13 | * @return bool [a] |
||
14 | */ |
||
15 | public function test(array $data = [], $origin = null, array $keys = []): bool |
||
20 | } |
||
21 | |||
24 |
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.