mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
15 lines
528 B
YAML
15 lines
528 B
YAML
services:
|
|
# yaml
|
|
# covers https://github.com/symfony/symfony/blob/3.4/UPGRADE-3.2.md#yaml
|
|
# https://github.com/symfony/symfony/pull/19504
|
|
Rector\Symfony\Rector\Yaml\SpaceBetweenKeyAndValueYamlRector: ~
|
|
|
|
# dependency-injection
|
|
Rector\Rector\Argument\ArgumentAdderRector:
|
|
$argumentChangesByMethodAndType:
|
|
-
|
|
class: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
method: addCompilerPass
|
|
position: 2
|
|
default_value: 0
|