Passed
Push — master ( 7383db...8c584c )
by Ferry
03:24
created
src/helpers/FCM.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
             'Content-Type:application/json',
69 69
         ];
70 70
 
71
-        if(static::$title && $this->message) {
71
+        if (static::$title && $this->message) {
72 72
             $ch = curl_init($url);
73 73
             curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
74 74
             curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
Please login to merge, or discard this patch.