Skip to content

Commit e110412

Browse files
committed
Apply fixes from StyleCI
1 parent 17ca035 commit e110412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/framework/src/Facades/Navigation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Navigation
2222
* @param string|null $label If not provided, Hyde will try to get it from the route's connected page, or from the URL.
2323
* @param int|null $priority If not provided, Hyde will try to get it from the route or the default priority of 500.
2424
* @param array<string, scalar> $attributes Additional attributes for the navigation item.
25-
*
2625
* @return array{destination: string, label: ?string, priority: ?int, attributes: array<string, scalar>}
2726
*/
2827
public static function item(string $destination, ?string $label = null, ?int $priority = null, array $attributes = []): array

0 commit comments

Comments
 (0)