Completed
Pull Request — master (#17)
by Sebastian
01:48
created
src/EventSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
         );
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $event
43
+     */
41 44
     protected function shouldBeStored($event): bool
42 45
     {
43 46
         if (! class_exists($event)) {
Please login to merge, or discard this patch.