mirror of
https://github.com/doctrine/DoctrinePHPCRBundle.git
synced 2026-03-23 22:32:20 +01:00
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
- vendor/phpstan/phpstan-doctrine/rules.neon
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/rules.neon
|
|
parameters:
|
|
level: 2
|
|
paths:
|
|
- src/
|
|
- tests/
|
|
excludePaths:
|
|
- tests/Fixtures/App/var/
|
|
- tests/Fixtures/fixtures/config/
|
|
- tests/Fixtures/App/config/
|