| 1 | <?php |
||
| 7 | class EventManager |
||
| 8 | { |
||
| 9 | private $config = []; |
||
|
|
|||
| 10 | |||
| 11 | private function __construct() |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @return self |
||
| 17 | */ |
||
| 18 | public static function getInstance() |
||
| 28 | |||
| 29 | public function registerListener(array $eventListeners) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return ZooEventManager |
||
| 38 | */ |
||
| 39 | public function getEventManager() |
||
| 49 | } |
||
| 50 |
This check marks private properties in classes that are never used. Those properties can be removed.