mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-09 21:38:42 +00:00
fix typehint
This commit is contained in:
parent
1153638e24
commit
568cae5226
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user