Completed
Push — master ( 6895de...8b3e50 )
by Artem
02:07
created
Event/SymfonyEventDispatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param string         $eventName
36
-     * @param EventInterface $eventData
36
+     * @param \Fresh\FirebaseCloudMessaging\Event\MulticastMessageResponseEvent $eventData
37 37
      */
38 38
     public function dispatch($eventName, EventInterface $eventData)
39 39
     {
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      *
47 47
      * @throws \Exception
48 48
      *
49
-     * @return MulticastMessageResponseEvent|TopicMessageResponseEvent
49
+     * @return null|\Symfony\Component\EventDispatcher\Event
50 50
      */
51 51
     private function getEventData($eventName, EventInterface $eventData)
52 52
     {
Please login to merge, or discard this patch.