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/Days.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/Days.php')
| -rw-r--r-- | app/Models/Days.php | 2 |
1 files changed, 2 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; |
