mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-08 09:01:20 +01:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
|
|
parameters:
|
|
level: 7
|
|
paths:
|
|
- lib
|
|
- tests
|
|
|
|
excludes_analyse:
|
|
- %rootDir%/../../../tests/Doctrine/Tests/Common/*
|