mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
12 lines
484 B
YAML
12 lines
484 B
YAML
|
# this config has extensions, that helps PHPStan inside Rector to resolve more precise types
|
||
|
parameters:
|
||
|
inferPrivatePropertyTypeFromConstructor: true
|
||
|
|
||
|
scanDirectories:
|
||
|
# this is needed for symfony/dependendency-injection as it has hidden dependency on symfony/expression-language that we don't use here
|
||
|
- ../../stubs
|
||
|
|
||
|
# see https://github.com/rectorphp/rector/issues/3490#issue-634342324
|
||
|
featureToggles:
|
||
|
disableRuntimeReflectionProvider: true
|