1 | <?php |
||
19 | class LoaderFactory |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * @var LoaderInterface $loader ; |
||
24 | */ |
||
25 | private static $loader; |
||
|
|||
26 | |||
27 | |||
28 | |||
29 | /** |
||
30 | * @return LoaderInterface |
||
31 | * @throws InvalidArgumentException |
||
32 | * @throws InvalidInterfaceException |
||
33 | * @throws InvalidDataTypeException |
||
34 | */ |
||
35 | public static function getLoader() |
||
42 | |||
43 | |||
44 | } |
||
45 |
This check marks private properties in classes that are never used. Those properties can be removed.