Update method sig

This commit is contained in:
brabli
2026-04-29 16:15:18 +01:00
parent 80d24dc948
commit 4ecf0f2feb
+2 -2
View File
@@ -21,8 +21,8 @@ interface BadgeableInterface
/**
* Get the badge icon name
*
* @return ?string Icon name
* @return ?string Icon name or `null` if no icon exists.
*/
public function getBadgeIcon(): string;
public function getBadgeIcon(): ?string;
}