Test Setup Failed
Push — testing ( e0bf91...3426ad )
by Roman
02:46
created
src/Connection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                 $contactPoints = explode(',', $contactPoints);
140 140
             }
141 141
 
142
-            call_user_func_array([$cluster, 'withContactPoints'], (array)$contactPoints);
142
+            call_user_func_array([$cluster, 'withContactPoints'], (array) $contactPoints);
143 143
         }
144 144
     }
145 145
 
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     protected function setContactPort(\Cassandra\Cluster\Builder $cluster)
152 152
     {
153 153
         if (!empty($this->config['port'])) {
154
-            $cluster->withPort((int)$this->config['port']);
154
+            $cluster->withPort((int) $this->config['port']);
155 155
         }
156 156
     }
157 157
 
Please login to merge, or discard this patch.