mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
21db1e9e38
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
19 lines
556 B
YAML
19 lines
556 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
|
|
|
|
services:
|
|
- PhpParser\NodeFinder
|
|
|
|
includes:
|
|
- utils/phpstan-extensions/config/phpstan-extensions.neon
|
|
- vendor/symplify/astral/config/services.neon
|
|
- vendor/symplify/phpstan-extensions/config/config.neon
|