@@ -69,7 +69,7 @@ |
||
69 | 69 | implode( |
70 | 70 | ',', |
71 | 71 | array_map( |
72 | - function (array $host) { |
|
72 | + function(array $host) { |
|
73 | 73 | return sprintf("%s:%d", $host['host'], $host['port']); |
74 | 74 | }, |
75 | 75 | $conf['hosts'] |