diff options
| author | 2023-05-10 13:01:52 +0200 | |
|---|---|---|
| committer | 2023-05-10 13:01:52 +0200 | |
| commit | 078ceaa0bf357f16f3200fc857c2dbc16a1601fd (patch) | |
| tree | 925342d34ba8cc4dc287b0a0c418fae6951df757 | |
| parent | 4c5f3bbd9b81e73316c794bd47debf1659e7723c (diff) | |
phpstan level 7 for indexController.php (#5384)
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
| -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 84953b10a..e873dd727 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/indexController.php ./app/Controllers/userController.php ./app/Models/Feed.php ./app/Models/Share.php |
