Passed
Pull Request — master (#138)
by Zing
06:52 queued 02:09
created
src/Channels/SmsChannel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     {
37 37
         $message = $this->getData($notifiable, $notification);
38 38
         $receiver = $this->resolveReceiver($notifiable, $notification);
39
-        if (! $receiver) {
39
+        if (!$receiver) {
40 40
             return;
41 41
         }
42 42
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             );
50 50
         }
51 51
 
52
-if (! $message instanceof SmsMessage) {
52
+if (!$message instanceof SmsMessage) {
53 53
             return;
54 54
         }
55 55
 
Please login to merge, or discard this patch.