From 078ceaa0bf357f16f3200fc857c2dbc16a1601fd Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Wed, 10 May 2023 13:01:52 +0200 Subject: phpstan level 7 for indexController.php (#5384) Co-authored-by: Luc --- tests/phpstan-next.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 84953b10a..e873dd727 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -3,7 +3,6 @@ # Can be regenerated with something like: # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 7 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; -./app/Controllers/indexController.php ./app/Controllers/userController.php ./app/Models/Feed.php ./app/Models/Share.php -- cgit v1.2.3