aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-05-07 21:09:56 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-07 21:09:56 +0200
commitf90cd8042c712384e7371a672c1781627a50f317 (patch)
treee7d97cbdcedd8f06b9eba51d069de6159e7d762e /tests
parentaa30635f978099a600a01cab296e9170ccda2b28 (diff)
phpstan level 7 for feedController.php (#5373)
* phpstan level 7 for feedController.php * phpstan level 7 for feedController.php * phpstan level 7 for feedController.php * phpstan level 7 for feedController.php * A few fixes --------- Co-authored-by: Luc <sanchezluc+freshrss@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpstan-next.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt
index b632fd665..cfcbedf0a 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/feedController.php
./app/Controllers/indexController.php
./app/Controllers/updateController.php
./app/Controllers/userController.php