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 Jul 10, 2024
1 parent 2a196e0 commit ac39301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/framework/src/Facades/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class Navigation
*
* @see https://hydephp.com/docs/2.x/navigation-api
*
* @param string<\Hyde\Support\Models\RouteKey>|string $destination Route key, or an external URI.
* @param string|null $label If not provided, Hyde will try to get it from the route's connected page, or from the URL.
* @param int|null $priority If not provided, Hyde will try to get it from the route or the default priority of 500.
* @param string<\Hyde\Support\Models\RouteKey>|string $destination Route key, or an external URI.
* @param string|null $label If not provided, Hyde will try to get it from the route's connected page, or from the URL.
* @param int|null $priority If not provided, Hyde will try to get it from the route or the default priority of 500.
*/
public static function item(string $destination, ?string $label = null, ?int $priority = null): array
{
Expand Down

0 comments on commit ac39301

Please sign in to comment.