aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-04-15 22:04:37 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-15 22:04:37 +0200
commitefcc8f387bb44901e0e3e284b7aa225e684549fd (patch)
tree406e75d949224a30d50dd61b27d418d167ff131d /tests
parent789c44b50222a24c565c783dbaf53d6ae465fc1d (diff)
PHPStan level 6 for remaining DAO classes (#5299)
* PHPStan level 6 FreshRSS_CategoryDAO Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5298 Contributes to https://github.com/FreshRSS/FreshRSS/issues/4112 * PHPStan Level 6 for FeedDAO and a bit more * PHPStan Level 6 for tagDAO
Diffstat (limited to 'tests')
-rw-r--r--tests/phpstan-next.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt
index 510f9b61f..5b5b33e45 100644
--- a/tests/phpstan-next.txt
+++ b/tests/phpstan-next.txt
@@ -5,9 +5,6 @@
# 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/install.php
-./app/Models/CategoryDAO.php
./app/Models/Feed.php
-./app/Models/FeedDAO.php
-./app/Models/TagDAO.php
./app/Services/ImportService.php
./lib/Minz/Paginator.php