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