From 40aa8b9264f1918cb48a0e2f6fc00455181a004a Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:35:59 +0100 Subject: 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 Co-authored-by: Alexandre Alapetite --- app/Models/Days.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Models/Days.php') 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 @@