diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Days.php | 2 | ||||
| -rw-r--r-- | app/Models/View.php | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/Days.php b/app/Models/Days.php index de98c5ec8..d3f1ba075 100644 --- a/app/Models/Days.php +++ b/app/Models/Days.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + class FreshRSS_Days { public const TODAY = 0; public const YESTERDAY = 1; diff --git a/app/Models/View.php b/app/Models/View.php index ab1780405..309773c93 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -39,6 +39,7 @@ class FreshRSS_View extends Minz_View { public $details; public $disable_aside; public $show_email_field; + /** @var string */ public $username; public $users; |
