rector/phpstan-for-rector.neon
Tomas Votruba 21db1e9e38
[Nette] Decouple to own package (#5903)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-19 01:33:30 +01:00

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