mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 20:36:23 +01:00
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
|