Skip to content

Commit

Permalink
Update phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored Apr 20, 2022
1 parent d042c04 commit 2431fcf
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand All @@ -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
Expand Down Expand Up @@ -54,8 +50,4 @@ services:
class: Magento\PhpStan\Formatters\FilteredErrorFormatter
autowired: false
arguments:
showTipsOfTheDay: false
checkThisOnly: false
inferPrivatePropertyTypeFromConstructor: true
checkMissingTypehints: %checkMissingTypehints%
tableErrorFormatter: @errorFormatter.table

0 comments on commit 2431fcf

Please sign in to comment.