Test Setup Failed
Push — testing ( 3426ad...e1d3e5 )
by Roman
02:50
created
src/Connection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,11 +134,11 @@
 block discarded – undo
134 134
                 $contactPoints = explode(',', $contactPoints);
135 135
             }
136 136
 
137
-            call_user_func_array([$cluster, 'withContactPoints'], (array)$contactPoints);
137
+            call_user_func_array([$cluster, 'withContactPoints'], (array) $contactPoints);
138 138
         }
139 139
 
140 140
         if (!empty($this->config['port'])) {
141
-            $cluster->withPort((int)$this->config['port']);
141
+            $cluster->withPort((int) $this->config['port']);
142 142
         }
143 143
     }
144 144
 
Please login to merge, or discard this patch.