diff options
| author | 2023-02-03 14:35:59 +0100 | |
|---|---|---|
| committer | 2023-02-03 14:35:59 +0100 | |
| commit | 40aa8b9264f1918cb48a0e2f6fc00455181a004a (patch) | |
| tree | 9168cc99a75a6e2efc84bbc46c3e604bf7511a1c /app/Models/View.php | |
| parent | 9b5de54a9c96110b42f71681aa635e2e2c3b8756 (diff) | |
Type hinting and doc (#5063)
* Type hinting and doc
* fix cs
* Remove declare strict
* Remove declare strict
* Pass PHPStan level 9
Revert too boolean syntax
* Minor wording
* Fix revert typo
---------
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Models/View.php')
| -rw-r--r-- | app/Models/View.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
