From d042c0428180ebce1c549e9ae38f000f2fcbc33d Mon Sep 17 00:00:00 2001 From: Alexander Lukyanov Date: Wed, 20 Apr 2022 00:09:55 -0400 Subject: [PATCH] Update phpstan.neon --- static/phpstan/phpstan.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/phpstan/phpstan.neon b/static/phpstan/phpstan.neon index 0b2f4e6..d2a967e 100755 --- a/static/phpstan/phpstan.neon +++ b/static/phpstan/phpstan.neon @@ -2,13 +2,13 @@ parameters: checkExplicitMixedMissingReturn: true checkPhpDocMissingReturn: true reportUnmatchedIgnoredErrors: false - excludes_analyse: + excludePaths: - %rootDir%/../../../vendor/* - %rootDir%/../../../Tests/* - %rootDir%/../../../Test/* - %rootDir%/../../../test-coverage-html/* - %rootDir%/../../../test-reports/* - autoload_files: + bootstrapFiles: - %rootDir%/../../autoload.php - %rootDir%/../../thesgroup/magento2-testing-framework/framework/Magento/PhpStan/autoload.php ignoreErrors: @@ -36,6 +36,6 @@ services: errorFormatter.filtered: class: Magento\PhpStan\Formatters\FilteredErrorFormatter - autowired: false + autowired: false arguments: tableErrorFormatter: @errorFormatter.table