Passed
Push — master ( 7b7346...3bfa9f )
by Andrés
05:34
created
src/PusherApiChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             $message['alreadyEncoded'] ?? false
40 40
         );
41 41
 
42
-        if (! $response) {
42
+        if (!$response) {
43 43
             throw CouldNotSendNotification::serviceRespondedWithAnError($response);
44 44
         }
45 45
     }
Please login to merge, or discard this patch.