Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 26, 2024
1 parent 6ef01aa commit 8263717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ protected static function make(Route|string $destination, string $label, int $pr
$priority ??= $destination->getPage()->navigationMenuPriority();
}

return array($destination, $label ?? $destination, $priority ?? NavigationMenu::DEFAULT);
return [$destination, $label ?? $destination, $priority ?? NavigationMenu::DEFAULT];
}
}

0 comments on commit 8263717

Please sign in to comment.