From 2038d50110468d95ff978ba2e8f997175f25ff3b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 15 May 2023 19:26:48 +0200 Subject: PHPStan Level 7 for Minz_Request, FreshRSS_Feed, Minz_Error (#5400) * PHPStan Level 7 for Minz_Request * PHPStan Level 7 for FreshRSS_Feed * PHPStan Level 7 for Minz_Error --- 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 694212613..eecd0f0ef 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -3,8 +3,5 @@ # 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/Models/Feed.php -./lib/Minz/Error.php ./lib/Minz/Mailer.php ./lib/Minz/Migrator.php -./lib/Minz/Request.php -- cgit v1.2.3