@@ -132,7 +132,8 @@ |
||
| 132 | 132 | $properties = array_merge($properties, $config->queryKernelProperties()); |
| 133 | 133 | } |
| 134 | 134 | |
| 135 | - usort($properties, function ($a, $b) { |
|
| 135 | + usort($properties, function ($a, $b) |
|
| 136 | + { |
|
| 136 | 137 | return $a['name']<=>$b['name']; |
| 137 | 138 | }); |
| 138 | 139 | |