Completed
Push — master ( 51c7de...741841 )
by Alexey
37:01
created
Events/EventInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
     public static function broadcastOn(): array;
17 17
 
18 18
     /**
19
-     * @param array $payload
20 19
      */
21 20
     public function setPayload($data): EventInterface;
22 21
 
Please login to merge, or discard this patch.
Service/EventManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @param string $id
82 81
      */
83 82
     public function addEvent(EventInterface $event)
84 83
     {
Please login to merge, or discard this patch.