@@ -135,7 +135,7 @@ |
||
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'])) { |