Fix 10 PHPStan errors

This commit is contained in:
Art4 2025-02-26 13:00:50 +00:00
parent f64660ec25
commit b6312f1dfc
4 changed files with 16 additions and 9 deletions

View file

@ -59,9 +59,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 */