Completed
Branch master (9a2426)
by Alex
07:13 queued 02:56
created
src/JWTGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      */
93 93
     public function getPayload(): string
94 94
     {
95
-        if( !$this->audience ){
95
+        if (!$this->audience) {
96 96
             throw new \Exception('No audience set');
97 97
         }
98 98
 
Please login to merge, or discard this patch.
src/PushMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
346 346
      */
347 347
     public function __toString(): string
348 348
     {
349
-        if( $string = $this->toJson() ){
349
+        if ($string = $this->toJson()) {
350 350
             return (string) $string;
351 351
         }
352 352
 
Please login to merge, or discard this patch.