@@ -12,56 +12,56 @@ services:
1212 Translation\Bundle\Command\DeleteEmptyCommand :
1313 public : true
1414 arguments :
15- - ' @Translation\Bundle\Service\StorageManager'
16- - ' @Translation\Bundle\Service\ConfigurationManager'
17- - ' @Translation\Bundle\Catalogue\CatalogueManager'
18- - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
15+ - ' @Translation\Bundle\Service\StorageManager'
16+ - ' @Translation\Bundle\Service\ConfigurationManager'
17+ - ' @Translation\Bundle\Catalogue\CatalogueManager'
18+ - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
1919 tags :
2020 - { name: console.command, command: translation:delete-empty }
2121
2222 Translation\Bundle\Command\DeleteObsoleteCommand :
2323 public : true
2424 arguments :
25- - ' @Translation\Bundle\Service\StorageManager'
26- - ' @Translation\Bundle\Service\ConfigurationManager'
27- - ' @Translation\Bundle\Catalogue\CatalogueManager'
28- - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
25+ - ' @Translation\Bundle\Service\StorageManager'
26+ - ' @Translation\Bundle\Service\ConfigurationManager'
27+ - ' @Translation\Bundle\Catalogue\CatalogueManager'
28+ - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
2929 tags :
3030 - { name: console.command, command: translation:delete-obsolete }
3131
3232 Translation\Bundle\Command\DownloadCommand :
3333 public : true
3434 arguments :
35- - ' @Translation\Bundle\Service\StorageManager'
36- - ' @Translation\Bundle\Service\ConfigurationManager'
37- - ' @Translation\Bundle\Service\CacheClearer'
38- - ' @Translation\Bundle\Catalogue\CatalogueWriter'
35+ - ' @Translation\Bundle\Service\StorageManager'
36+ - ' @Translation\Bundle\Service\ConfigurationManager'
37+ - ' @Translation\Bundle\Service\CacheClearer'
38+ - ' @Translation\Bundle\Catalogue\CatalogueWriter'
3939 tags :
4040 - { name: console.command, command: translation:download }
4141
4242 Translation\Bundle\Command\ExtractCommand :
4343 public : true
4444 arguments :
45- - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
46- - ' @Translation\Bundle\Catalogue\CatalogueWriter'
47- - ' @Translation\Bundle\Catalogue\CatalogueCounter'
48- - ' @Translation\Bundle\Service\Importer'
49- - ' @Translation\Bundle\Service\ConfigurationManager'
45+ - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
46+ - ' @Translation\Bundle\Catalogue\CatalogueWriter'
47+ - ' @Translation\Bundle\Catalogue\CatalogueCounter'
48+ - ' @Translation\Bundle\Service\Importer'
49+ - ' @Translation\Bundle\Service\ConfigurationManager'
5050 tags :
5151 - { name: console.command, command: translation:extract }
5252
5353 Translation\Bundle\Command\StatusCommand :
5454 public : true
5555 arguments :
56- - ' @Translation\Bundle\Catalogue\CatalogueCounter'
57- - ' @Translation\Bundle\Service\ConfigurationManager'
58- - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
56+ - ' @Translation\Bundle\Catalogue\CatalogueCounter'
57+ - ' @Translation\Bundle\Service\ConfigurationManager'
58+ - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
5959 tags :
6060 - { name: console.command, command: translation:status }
6161
6262 Translation\Bundle\Command\SyncCommand :
6363 public : true
6464 arguments :
65- - ' @Translation\Bundle\Service\StorageManager'
65+ - ' @Translation\Bundle\Service\StorageManager'
6666 tags :
6767 - { name: console.command, command: translation:sync }
0 commit comments