From ba1ab7a6ae1a02be18e973cae92b8fb20fbd5fff Mon Sep 17 00:00:00 2001 From: Phan An Date: Sun, 31 Jan 2021 18:53:28 +0100 Subject: [PATCH] fix: upgrade PHPStan config --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 095b8aba..ea7853aa 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -26,7 +26,7 @@ parameters: # Laravel factories allow declaration of dynamic methods as "states" - '#Call to an undefined method Illuminate\\Database\\Eloquent\\Factories\\Factory::#' - excludes_analyse: + excludePaths: - ./routes/console.php - ./app/Services/Util.php