| @@ -255,7 +255,7 @@ | ||
| 255 | 255 | $descriptors[$class] = $descriptor; | 
| 256 | 256 | } | 
| 257 | 257 | |
| 258 | -        uasort($descriptors, function ($a, $b) { | |
| 258 | +        uasort($descriptors, function($a, $b) { | |
| 259 | 259 | return $b->getPriority() <=> $a->getPriority(); | 
| 260 | 260 | }); | 
| 261 | 261 | |