Update PHPStan configuration

This commit is contained in:
Viktor Szépe 2021-02-03 06:04:14 +01:00 committed by GitHub
parent 39d05f639f
commit 5268808953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'