aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-04-05 23:26:38 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-05 23:26:38 +0200
commit2118448133e327294ad2b69ed8736bc29879103d (patch)
tree00c003056dedbd8e3554801d6493a25641a260a5 /tests
parent4f078958b5603900592e14f9f3189bbebfc81bab (diff)
PHPStan level 6 for more files (#5264)
7 more files passing (see phpstan-next.txt)
Diffstat (limited to 'tests')
-rw-r--r--tests/phpstan-next.txt7
1 files changed, 0 insertions, 7 deletions
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