From efcc8f387bb44901e0e3e284b7aa225e684549fd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 15 Apr 2023 22:04:37 +0200 Subject: 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 --- tests/phpstan-next.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3