mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
319d6bfca1
* add phpstan-for-rector config path, to separate phpstan and extensions that help Rector with precise types * move type value object to value object * moving * remove KernelGetContainerAfterBootReturnTypeExtension, use one from symplify * remove ContainerGetDynamicMethodReturnTypeExtension to ContainerGetReturnTypeExtension * remove nette extension * add nette-extension * removed delegated rule * delegate implmenets + code sample PHPStan rule to symplify
5 lines
215 B
YAML
5 lines
215 B
YAML
# this config has extensions, that helps PHPStan inside Rector to resolve more precise types
|
|
includes:
|
|
- utils/phpstan-extensions/config/phpstan-extensions.neon
|
|
- vendor/phpstan/phpstan-nette/extension.neon
|