@@ -17,7 +17,7 @@ |
||
| 17 | 17 | public function __construct($strategy, array $candidates) |
| 18 | 18 | { |
| 19 | 19 | $classes = array_map( |
| 20 | - function ($a) { |
|
| 20 | + function($a) { |
|
| 21 | 21 | return $a['class']; |
| 22 | 22 | }, |
| 23 | 23 | $candidates |