@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public function apply(array $gateways) |
25 | 25 | { |
26 | - uasort($gateways, function () { |
|
26 | + uasort($gateways, function() { |
|
27 | 27 | return mt_rand() - mt_rand(); |
28 | 28 | }); |
29 | 29 |