@@ -95,7 +95,7 @@ |
||
| 95 | 95 | } |
| 96 | 96 | $this->headerActions[] = $action; |
| 97 | 97 | } |
| 98 | - usort($this->headerActions, function (IMenuAction $a, IMenuAction $b) { |
|
| 98 | + usort($this->headerActions, function(IMenuAction $a, IMenuAction $b) { |
|
| 99 | 99 | return $a->getPriority() <=> $b->getPriority(); |
| 100 | 100 | }); |
| 101 | 101 | } |