Skip to content

Commit

Permalink
Add parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Jan 16, 2025
1 parent 1fe63e0 commit 6bb1d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Kubernetes/Common/Links.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static function statefulSet(StatefulSet $statefulSet): Url
return Url::fromPath('kubernetes/statefulset', ['id' => (string) Uuid::fromBytes($statefulSet->uuid)]);
}

public static function toggleFavorite($uuid): Url
public static function toggleFavorite(string $uuid): Url
{
return Url::fromPath('kubernetes/favorite/toggle', ['uuid' => (string) Uuid::fromBytes($uuid)]);
}
Expand Down

0 comments on commit 6bb1d39

Please sign in to comment.