We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4a515 commit 79ada60Copy full SHA for 79ada60
src/Message.php
@@ -1,7 +1,6 @@
1
<?php
2
namespace sngrl\PhpFirebaseCloudMessaging;
3
4
-use ReturnTypeWillChange;
5
use sngrl\PhpFirebaseCloudMessaging\Recipient\Recipient;
6
use sngrl\PhpFirebaseCloudMessaging\Recipient\Topic;
7
use sngrl\PhpFirebaseCloudMessaging\Recipient\Device;
@@ -152,7 +151,7 @@ public function setTimeToLive($value)
152
151
return $this;
153
}
154
155
- #[ReturnTypeWillChange]
+ #[\ReturnTypeWillChange]
156
public function jsonSerialize()
157
{
158
$jsonData = $this->jsonData;
0 commit comments