Merge branch 'develop' into eventdispatcher-part3

This commit is contained in:
Art4 2025-05-12 14:32:53 +00:00
commit ea172010f8
91 changed files with 821 additions and 799 deletions

View file

@ -61,9 +61,9 @@ class Network extends Timeline
protected $dateFrom;
/** @var string */
protected $dateTo;
/** @var int */
/** @var bool */
protected $star;
/** @var int */
/** @var bool */
protected $mention;
/** @var AppHelper */