Completed
Push — master ( 621d96...78679a )
by Sebastian
01:18
created
src/EventSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         $this->storedEventModel::store($event);
32 32
     }
33 33
 
34
+    /**
35
+     * @param string $event
36
+     */
34 37
     private function shouldBeStored($event): bool
35 38
     {
36 39
         if (! class_exists($event)) {
Please login to merge, or discard this patch.