Completed
Push — master ( a599ea...fc1a8d )
by Vincent
01:57
created
src/SMS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
             empty($this->config['user_id']) ||
112 112
             empty($this->config['password']) ||
113 113
             empty($this->config['sender_id'])
114
-        ){
114
+        ) {
115 115
             throw new BongaTechException('Please ensure that all configuration variables have been set.');
116 116
         }
117 117
 
Please login to merge, or discard this patch.