mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 02:36:52 +01:00
27 lines
705 B
YAML
27 lines
705 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: []
|
|
|
|
# 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: ~
|
|
|
|
file_extensions:
|
|
- 'php'
|