@@ -15,5 +15,8 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | interface EventListenerInterface |
| 17 | 17 | { |
| 18 | + /** |
|
| 19 | + * @return void |
|
| 20 | + */ |
|
| 18 | 21 | public function handleEvent(Event $event); |
| 19 | 22 | } |