diff options
| author | 2023-05-07 21:34:49 +0200 | |
|---|---|---|
| committer | 2023-05-07 21:34:49 +0200 | |
| commit | 9172b65cdbeb3cd19620e38df54669c5d8aa9983 (patch) | |
| tree | 57d0042bb4fe15266fad825842abe157b7a84ba6 /tests | |
| parent | f90cd8042c712384e7371a672c1781627a50f317 (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.txt | 1 |
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 |
