rector/config/config.yaml
2020-01-16 22:37:06 +01:00

30 lines
928 B
YAML

imports:
- { resource: '../packages/**/config/config.yaml' }
- { resource: 'services.yaml' }
# only in local repository
- { resource: '../utils/**/config/config.yaml', ignore_errors: true }
parameters:
# processed paths
paths: []
exclude_paths: []
exclude_rectors: []
autoload_paths: []
rector_recipe: []
# lower for performance; higher to prevent bugs with fluent interfaces like https://github.com/rectorphp/rector/issues/1646, or https://github.com/rectorphp/rector/issues/2444
nested_chain_method_call_limit: 15
# importing FQN names
auto_import_names: false
# e.g. import \DateTime
import_short_classes: true
# e.g. /** @var \Some\ClassHere */
import_doc_blocks: true
# what PHP version is used for features, composer.json version, then local PHP version is used by default
php_version_features: null
file_extensions:
- 'php'