Passed
Push — master ( 180203...338d62 )
by Alan
06:51
created
src/SMSProviders/SnsSMS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             ];
76 76
         } catch (\Exception $e) {
77 77
             return [
78
-                'error' => 'Error sending SMS: ' . $e->getMessage(),
78
+                'error' => 'Error sending SMS: '.$e->getMessage(),
79 79
                 'sent' => false,
80 80
             ];
81 81
         }
Please login to merge, or discard this patch.
src/SMSProviders/TwilioSMS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
             $sid = $result->sid;
55 55
         } catch (\Exception $e) {
56 56
             return [
57
-                'error' => 'Error sending SMS: ' . $e->getMessage(),
57
+                'error' => 'Error sending SMS: '.$e->getMessage(),
58 58
                 'sent' => false,
59 59
             ];
60 60
         }
Please login to merge, or discard this patch.