Test Failed
Pull Request — master (#17)
by
unknown
08:18
created
src/AfricasTalkingChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             $phoneNumber = $notifiable->phone_number ?? $message->getTo();
35 35
         }
36 36
 
37
-        if(empty($phoneNumber)) {
37
+        if (empty($phoneNumber)) {
38 38
             throw InvalidPhonenumber::configurationNotSet();
39 39
         }
40 40
 
Please login to merge, or discard this patch.