aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/installer/container/services_install_obtain_data.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/installer/container/services_install_obtain_data.yml')
-rw-r--r--phpBB/config/installer/container/services_install_obtain_data.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/phpBB/config/installer/container/services_install_obtain_data.yml b/phpBB/config/installer/container/services_install_obtain_data.yml
index dce261b8c7..cd8d0c8072 100644
--- a/phpBB/config/installer/container/services_install_obtain_data.yml
+++ b/phpBB/config/installer/container/services_install_obtain_data.yml
@@ -2,56 +2,56 @@ services:
installer.obtain_data.obtain_admin_data:
class: phpbb\install\module\obtain_data\task\obtain_admin_data
arguments:
- - @installer.helper.config
- - @installer.helper.iohandler
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
tags:
- { name: install_obtain_data, order: 10 }
installer.obtain_data.obtain_board_data:
class: phpbb\install\module\obtain_data\task\obtain_board_data
arguments:
- - @installer.helper.config
- - @installer.helper.iohandler
- - @language.helper.language_file
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
+ - '@language.helper.language_file'
tags:
- { name: install_obtain_data, order: 50 }
installer.obtain_data.obtain_database_data:
class: phpbb\install\module\obtain_data\task\obtain_database_data
arguments:
- - @installer.helper.database
- - @installer.helper.config
- - @installer.helper.iohandler
+ - '@installer.helper.database'
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
tags:
- { name: install_obtain_data, order: 20 }
installer.obtain_data.obtain_email_data:
class: phpbb\install\module\obtain_data\task\obtain_email_data
arguments:
- - @installer.helper.config
- - @installer.helper.iohandler
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
tags:
- { name: install_obtain_data, order: 40 }
installer.obtain_data.obtain_imagick_path:
class: phpbb\install\module\obtain_data\task\obtain_imagick_path
arguments:
- - @installer.helper.config
+ - '@installer.helper.config'
tags:
- { name: install_obtain_data, order: 60 }
installer.obtain_data.obtain_server_data:
class: phpbb\install\module\obtain_data\task\obtain_server_data
arguments:
- - @installer.helper.config
- - @installer.helper.iohandler
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
tags:
- { name: install_obtain_data, order: 30 }
installer.module.install_obtain_data_collection:
class: phpbb\di\ordered_service_collection
arguments:
- - @service_container
+ - '@service_container'
tags:
- { name: service_collection, tag: install_obtain_data, class_name_aware: true }
@@ -59,7 +59,7 @@ services:
class: phpbb\install\module\obtain_data\install_module
parent: installer.module_base
arguments:
- - @installer.module.install_obtain_data_collection
+ - '@installer.module.install_obtain_data_collection'
- true
- false
tags: