Completed
Push — master ( 133263...1d655d )
by Freek
16:52 queued 09:34
created
src/EventSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
             ->callEventHandlers($this->eventProjectionist->reactors, $storedEvent);
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $event
45
+     */
43 46
     protected function shouldBeStored($event): bool
44 47
     {
45 48
         if (! class_exists($event)) {
Please login to merge, or discard this patch.