mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Update PHPStan configuration
This commit is contained in:
parent
39d05f639f
commit
5268808953
1 changed files with 6 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
includes:
|
includes:
|
||||||
- vendor/phpstan/phpstan-doctrine/extension.neon
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
|
level: 1
|
||||||
|
|
||||||
reportUnmatchedIgnoredErrors: false
|
reportUnmatchedIgnoredErrors: false
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- 'src/'
|
||||||
|
|
||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
# Test dependencies
|
# Test dependencies
|
||||||
- '**/spec/**.php'
|
- '**/spec/**.php'
|
||||||
Loading…
Add table
Reference in a new issue