Updated ReactionCount

This commit is contained in:
netkas 2024-10-05 00:51:27 -04:00
parent 6f32bba06e
commit e5e07fe314

View file

@ -44,7 +44,7 @@
/**
* @inheritDoc
*/
public static function fromArray(?array $data): ?ObjectTypeInterface
public static function fromArray(?array $data): ?ReactionCount
{
if($data === null)
{