From 2118448133e327294ad2b69ed8736bc29879103d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 5 Apr 2023 23:26:38 +0200 Subject: PHPStan level 6 for more files (#5264) 7 more files passing (see phpstan-next.txt) --- tests/phpstan-next.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 6ecfe6b6c..9085f1cee 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -5,10 +5,8 @@ # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 6 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; ./app/Controllers/feedController.php -./app/Controllers/updateController.php ./app/Controllers/userController.php ./app/install.php -./app/Models/Auth.php ./app/Models/Category.php ./app/Models/CategoryDAO.php ./app/Models/ConfigurationSetter.php @@ -16,7 +14,6 @@ ./app/Models/Feed.php ./app/Models/FeedDAO.php ./app/Models/FilterAction.php -./app/Models/FormAuth.php ./app/Models/Search.php ./app/Models/Share.php ./app/Models/TagDAO.php @@ -28,16 +25,12 @@ ./cli/i18n/I18nFile.php ./cli/i18n/I18nValue.php ./lib/http-conditional.php -./lib/Minz/ActionController.php ./lib/Minz/Configuration.php ./lib/Minz/Dispatcher.php -./lib/Minz/FrontController.php ./lib/Minz/Log.php ./lib/Minz/Migrator.php -./lib/Minz/ModelArray.php ./lib/Minz/Paginator.php ./lib/Minz/Request.php ./lib/Minz/Session.php ./lib/Minz/Translate.php -./lib/Minz/Url.php ./lib/Minz/View.php -- cgit v1.2.3