diff --git a/static/integrity/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon b/static/integrity/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon index d9c6ab4..4d4f177 100755 --- a/static/integrity/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon +++ b/static/integrity/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon @@ -2,7 +2,7 @@ parameters: checkExplicitMixedMissingReturn: true checkPhpDocMissingReturn: true reportUnmatchedIgnoredErrors: false - excludes_analyse: + excludePaths: - %rootDir%/../../../lib/internal/Magento/Framework/ObjectManager/Test/Unit/* - %rootDir%/../../../*/_files/* - %rootDir%/../../../dev/tests/*/Fixtures/* @@ -14,11 +14,7 @@ parameters: - %rootDir%/../../../Test/* - %rootDir%/../../../test-coverage-html/* - %rootDir%/../../../test-reports/* - autoload_directories: - - %rootDir%/../../../dev/tests/static/framework/tests/unit/testsuite/Magento - - %rootDir%/../../../dev/tests/integration/framework/tests/unit/testsuite/Magento - - %rootDir%/../../../dev/tests/api-functional/_files/Magento - autoload_files: + bootstrapFiles: - %rootDir%/../../../dev/tests/static/framework/autoload.php - %rootDir%/../../../dev/tests/integration/framework/autoload.php - %rootDir%/../../../dev/tests/api-functional/framework/autoload.php @@ -54,8 +50,4 @@ services: class: Magento\PhpStan\Formatters\FilteredErrorFormatter autowired: false arguments: - showTipsOfTheDay: false - checkThisOnly: false - inferPrivatePropertyTypeFromConstructor: true - checkMissingTypehints: %checkMissingTypehints% tableErrorFormatter: @errorFormatter.table