We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a16ef commit f56cd0bCopy full SHA for f56cd0b
library/Kubernetes/Common/Links.php
@@ -132,7 +132,7 @@ public static function statefulSet(StatefulSet $statefulSet): Url
132
return Url::fromPath('kubernetes/statefulset', ['id' => (string) Uuid::fromBytes($statefulSet->uuid)]);
133
}
134
135
- public static function toggleFavorite($uuid): Url
+ public static function toggleFavorite(string $uuid): Url
136
{
137
return Url::fromPath('kubernetes/favorite/toggle', ['uuid' => (string) Uuid::fromBytes($uuid)]);
138
0 commit comments