Completed
Pull Request — master (#79)
by
unknown
01:16
created
src/FcmChannel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $fcmMessage
124
+     * @param Message $fcmMessage
125 125
      * @param array $tokens
126 126
      * @return \Kreait\Firebase\Messaging\MulticastSendReport
127 127
      * @throws \Kreait\Firebase\Exception\MessagingException
Please login to merge, or discard this patch.
src/Resources/Notification.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param string|null $image
94 93
      * @return Notification
95 94
      */
96 95
     public function setIcon(?string $icon): self
Please login to merge, or discard this patch.