mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-15 13:25:30 +01:00
* [downgrade] simplify to 2 configs * rename downgrade_packages.sh to downgrade_rector_to_php71.sh * add test case stub * [CI] add linter for php code * [CI] update tagged workflow * update for covariance * [ci-review] Rector Rectify Co-authored-by: kaizen-ci <info@kaizen-ci.org>
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
|