| 1 | <?php |
||
| 26 | class CoreEventHandler implements EventListenerInterface |
||
| 27 | { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Returns a list of events this object is implementing. |
||
| 31 | * |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | public function implementedEvents() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param Event $event |
||
| 43 | * @SuppressWarnings("unused") |
||
| 44 | */ |
||
| 45 | public function onControllerSetup(Event $event) |
||
| 48 | } |
||
| 49 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.