Skip to content

Commit cdaf3db

Browse files
fixed yaml standards
1 parent 2bbe45a commit cdaf3db

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config/services.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
_defaults:
3-
autowire: true
43
autoconfigure: true
4+
autowire: true
55

66
_instanceof:
77
Shopsys\Cli\Config\DomainConfigSectionInterface:
@@ -17,16 +17,16 @@ services:
1717
resource: '../src/**/*{Collector,Handler,Loader,Registry,Section,Worker}.php'
1818

1919
Shopsys\Cli\Command\:
20-
resource: '../src/Command/*'
2120
public: true
21+
resource: '../src/Command/*'
2222

23-
Symfony\Component\Filesystem\Filesystem: ~
23+
Shopsys\Cli\Config\ConfigSectionRegistry:
24+
arguments:
25+
$domainConfigSections: !tagged_locator { tag: 'cli.domain_config_section' }
26+
$projectConfigSections: !tagged_locator { tag: 'cli.project_config_section' }
2427

2528
Shopsys\Cli\Worker\WorkerRunner:
2629
arguments:
2730
$workers: !tagged_iterator 'cli.worker'
2831

29-
Shopsys\Cli\Config\ConfigSectionRegistry:
30-
arguments:
31-
$domainConfigSections: !tagged_locator { tag: 'cli.domain_config_section' }
32-
$projectConfigSections: !tagged_locator { tag: 'cli.project_config_section' }
32+
Symfony\Component\Filesystem\Filesystem: ~

0 commit comments

Comments
 (0)