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 1aaefbc commit d042c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -36,6 +36,6 @@ services:

errorFormatter.filtered:
class: Magento\PhpStan\Formatters\FilteredErrorFormatter
autowired: false
autowired: false
arguments:
tableErrorFormatter: @errorFormatter.table

0 comments on commit d042c04

Please sign in to comment.