Skip to content

Commit

Permalink
Merge pull request #67 from Edujugon/feature/fix-gcm-fcm-response-lar…
Browse files Browse the repository at this point in the history
…ge-numbers

bitmask of JSON_BIGINT_AS_STRING
  • Loading branch information
Edujugon authored Nov 6, 2018
2 parents e9750f4 + 1228958 commit da8763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gcm.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function send(array $deviceTokens, array $message)

$json = $result->getBody();

$this->setFeedback(json_decode($json));
$this->setFeedback(json_decode($json , false , 512 , JSON_BIGINT_AS_STRING));

return $this->feedback;

Expand Down

0 comments on commit da8763a

Please sign in to comment.