Test Setup Failed
Push — testing ( f84d64...917727 )
by Roman
04:11
created
src/Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
                 $contactPoints = explode(',', $contactPoints);
136 136
             }
137 137
 
138
-            call_user_func_array([$cluster, 'withContactPoints'], (array)$contactPoints);
138
+            call_user_func_array([$cluster, 'withContactPoints'], (array) $contactPoints);
139 139
         }
140 140
 
141 141
         if (!empty($config['port'])) {
Please login to merge, or discard this patch.