Update method sig
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user