mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
19 lines
747 B
YAML
19 lines
747 B
YAML
# this config has extensions, that helps PHPStan inside Rector to resolve more precise types
|
|
parameters:
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
|
|
scanDirectories:
|
|
- stubs
|
|
|
|
# see https://github.com/rectorphp/rector/issues/3490#issue-634342324
|
|
featureToggles:
|
|
disableRuntimeReflectionProvider: true
|
|
|
|
includes:
|
|
- vendor/rector/rector-phpstan-rules/config/config.neon
|
|
- vendor/symplify/phpstan-extensions/config/config.neon
|
|
|
|
- vendor/symplify/phpstan-rules/config/services/services.neon
|
|
- vendor/symplify/phpstan-rules/packages/object-calisthenics/config/object-calisthenics-services.neon
|
|
- vendor/symplify/phpstan-rules/packages/cognitive-complexity/config/cognitive-complexity-services.neon
|