Completed
Pull Request — master (#173)
by
unknown
01:41
created
src/EventSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         $this->storedEventModel::store($event, $this->storedEventModel->version ?? StoredEvent::DEFAULT_VERSION);
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $event
38
+     */
36 39
     private function shouldBeStored($event): bool
37 40
     {
38 41
         if (! class_exists($event)) {
Please login to merge, or discard this patch.