mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-18 01:18:41 +00:00
fix typehint
This commit is contained in:
parent
1153638e24
commit
568cae5226
|
|
@ -130,10 +130,10 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Comments
|
* Comments
|
||||||
*
|
*
|
||||||
* @var null|object|CommentList
|
* @var null|int|object|CommentList
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private ?object $comments = null;
|
private $comments = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user