fix phpstan

This commit is contained in:
Dennis Eichhorn 2020-02-15 21:40:03 +01:00
parent 70006dfaf3
commit 0e479606d1

View File

@ -237,4 +237,12 @@ class Comment
{
return $this->createdAt;
}
/**
* {@inheritdoc}
*/
public function jsonSerialize() : array
{
return [];
}
}