Passed
Push — master ( 20af58...2b5a35 )
by
unknown
08:40
created
src/AfricasTalkingChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     private function getTo($notifiable, Notification $notification, AfricasTalkingMessage $message)
61 61
     {
62
-        if (! empty($message->getTo())) {
62
+        if (!empty($message->getTo())) {
63 63
             return $message->getTo();
64 64
         }
65 65
 
Please login to merge, or discard this patch.