mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
17 lines
382 B
YAML
17 lines
382 B
YAML
parameters:
|
|
# path to load services from
|
|
symfony_container_xml_path: ''
|
|
|
|
services:
|
|
_defaults:
|
|
public: true
|
|
autowire: true
|
|
|
|
Rector\Symfony\:
|
|
resource: '../src'
|
|
exclude:
|
|
- '../src/Rector/**/*Rector.php'
|
|
- '../src/Exception/*'
|
|
- '../src/ValueObject/*'
|
|
- '../src/PhpDocParser/Ast/PhpDoc/*'
|