@@ -52,7 +52,7 @@ |
||
52 | 52 | $definitions = $this->getDefinitions(); |
53 | 53 | |
54 | 54 | // Sort the definitions by weight. |
55 | - uasort($definitions, function ($a, $b) { |
|
55 | + uasort($definitions, function($a, $b) { |
|
56 | 56 | return strcmp($a['weight'], $b['weight']); |
57 | 57 | }); |
58 | 58 |