1 | <?php |
||
19 | class Hooks |
||
20 | { |
||
21 | /** |
||
22 | * @param Core|Binding\CoreBindings $app |
||
23 | * |
||
24 | * @return FileStorageIndex |
||
25 | */ |
||
26 | static public function get_file_storage_index(Core $app) |
||
32 | |||
33 | /** |
||
34 | * @param Core|Binding\CoreBindings $app |
||
35 | * |
||
36 | * @return FileStorage |
||
37 | */ |
||
38 | static public function get_file_storage(Core $app) |
||
44 | } |
||
45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.