fix typehint

This commit is contained in:
Dennis Eichhorn 2020-07-29 21:59:02 +02:00
parent 1153638e24
commit 568cae5226

View File

@ -130,10 +130,10 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable
/**
* Comments
*
* @var null|object|CommentList
* @var null|int|object|CommentList
* @since 1.0.0
*/
private ?object $comments = null;
private $comments = null;
/**
* Constructor.