From 9f140ce12207b35e5b390a6e92baafe78faf80e9 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Tue, 29 Jun 2021 12:20:52 +0200 Subject: [PATCH] Replace deprecated excludes_analyse with excludePaths According to the phpstan documentation: Parameter excludes_analyse has been deprecated so use excludePaths only from now on. --- extension.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.neon b/extension.neon index 54374de..eac654b 100644 --- a/extension.neon +++ b/extension.neon @@ -1,5 +1,5 @@ parameters: - excludes_analyse: + excludePaths: - */app/code/local/*/*/data/* - */app/code/local/*/*/sql/* bootstrapFiles: @@ -37,4 +37,4 @@ services: - class: PHPStanMagento1\Type\Mage\Helper tags: - - phpstan.broker.dynamicStaticMethodReturnTypeExtension \ No newline at end of file + - phpstan.broker.dynamicStaticMethodReturnTypeExtension