Skip to content

Commit f56cd0b

Browse files
committed
Add parameter type
1 parent c2a16ef commit f56cd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Kubernetes/Common/Links.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static function statefulSet(StatefulSet $statefulSet): Url
132132
return Url::fromPath('kubernetes/statefulset', ['id' => (string) Uuid::fromBytes($statefulSet->uuid)]);
133133
}
134134

135-
public static function toggleFavorite($uuid): Url
135+
public static function toggleFavorite(string $uuid): Url
136136
{
137137
return Url::fromPath('kubernetes/favorite/toggle', ['uuid' => (string) Uuid::fromBytes($uuid)]);
138138
}

0 commit comments

Comments
 (0)