diff options
| author | 2023-04-10 12:41:38 +0200 | |
|---|---|---|
| committer | 2023-04-10 12:41:38 +0200 | |
| commit | 74bf894db02c2d50fa414cc652512cfe48db4267 (patch) | |
| tree | ff704aad39b0d682eea5a3254ec1bccaff5c7673 /tests | |
| parent | 73057f66469c19a79b4b7f833069d81a94e29595 (diff) | |
PHPStan 6 for remaining controllers (#5279)
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4112
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/phpstan-next.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 9c2508c2a..90f26e09c 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -4,8 +4,6 @@ # Can be regenerated with something like: # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 6 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; -./app/Controllers/feedController.php -./app/Controllers/userController.php ./app/install.php ./app/Models/Category.php ./app/Models/CategoryDAO.php |
