aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-05-07 21:34:49 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-07 21:34:49 +0200
commit9172b65cdbeb3cd19620e38df54669c5d8aa9983 (patch)
tree57d0042bb4fe15266fad825842abe157b7a84ba6 /tests
parentf90cd8042c712384e7371a672c1781627a50f317 (diff)
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 <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 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