@@ -124,7 +124,7 @@ |
||
124 | 124 | } |
125 | 125 | } |
126 | 126 | |
127 | - usort($annotations, function ($a, $b) { |
|
127 | + usort($annotations, function($a, $b) { |
|
128 | 128 | return $b->priority <=> $a->priority; |
129 | 129 | }); |
130 | 130 |