aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-05-04 21:20:32 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-04 21:20:32 +0200
commitaa30635f978099a600a01cab296e9170ccda2b28 (patch)
tree6fcc07d23f29477b9714bbe41c5817c961cbcb03 /tests
parentfde4e79ed0b851d0b7edfb44c0630cbf385f83cc (diff)
phpstan level 7 for importExportController.php (#5361)
* phpstan level 7 for importExportController.php * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * phpstan level 7 for importExportController.php * phpstan level 7 for importExportController.php * phpstan level 7 for importExportController.php * A few edits --------- 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 c1c73d43e..b632fd665 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/feedController.php
-./app/Controllers/importExportController.php
./app/Controllers/indexController.php
./app/Controllers/updateController.php
./app/Controllers/userController.php