From 9172b65cdbeb3cd19620e38df54669c5d8aa9983 Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Sun, 7 May 2023 21:34:49 +0200 Subject: phpstan level 7 for updateController.php (#5376) * phpstan level 7 for updateController.php * phpstan level 7 for updateController.php * Minor array syntax --------- Co-authored-by: Luc Co-authored-by: Alexandre Alapetite --- tests/phpstan-next.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index cfcbedf0a..84953b10a 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -4,7 +4,6 @@ # 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/updateController.php ./app/Controllers/userController.php ./app/Models/Feed.php ./app/Models/Share.php -- cgit v1.2.3