Completed
Push — master ( 047d33...8be84a )
by Guido
03:34
created
src/Listeners/EventListenerInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,5 +15,8 @@
 block discarded – undo
15 15
  */
16 16
 interface EventListenerInterface
17 17
 {
18
+    /**
19
+     * @return void
20
+     */
18 21
     public function handleEvent(Event $event);
19 22
 }
Please login to merge, or discard this patch.