mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +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:
|
||||
- vendor/phpstan/phpstan-doctrine/extension.neon
|
||||
- vendor/phpstan/phpstan-doctrine/extension.neon
|
||||
|
||||
parameters:
|
||||
level: 1
|
||||
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
|
||||
paths:
|
||||
- 'src/'
|
||||
|
||||
excludes_analyse:
|
||||
# Test dependencies
|
||||
- '**/spec/**.php'
|
||||
Loading…
Add table
Reference in a new issue