@@ -121,7 +121,7 @@ |
||
| 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 |
@@ -90,7 +90,6 @@ |
||
| 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 |