Skip to content

Commit 26cd0bf

Browse files
committed
Use fully qualified class name in type annotation
1 parent 78ff7d2 commit 26cd0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Framework/Features/Navigation/NavigationItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function isActive(): bool
9898
return Hyde::currentRoute()?->getLink() === $this->getLink();
9999
}
100100

101-
/** @return array{Route|string, string, int} */
101+
/** @return array{\Hyde\Support\Models\Route|string, string, int} */
102102
protected static function make(Route|string $destination, ?string $label = null, ?int $priority = null): array
103103
{
104104
// Automatically resolve the destination if it's a route key.

0 commit comments

Comments
 (0)