mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-01 04:22:11 +02:00
[ticket/14247] Use quotes around @ and % strings in YAML
PHPBB3-14247
This commit is contained in:
@@ -2,19 +2,19 @@ services:
|
||||
installer.update_database.update_task:
|
||||
class: phpbb\install\module\update_database\task\update
|
||||
arguments:
|
||||
- @installer.helper.container_factory
|
||||
- @filesystem
|
||||
- @installer.helper.config
|
||||
- @installer.helper.iohandler
|
||||
- @language
|
||||
- %core.root_path%
|
||||
- '@installer.helper.container_factory'
|
||||
- '@filesystem'
|
||||
- '@installer.helper.config'
|
||||
- '@installer.helper.iohandler'
|
||||
- '@language'
|
||||
- '%core.root_path%'
|
||||
tags:
|
||||
- { name: update_database_task, order: 10 }
|
||||
|
||||
installer.module.update_database_collection:
|
||||
class: phpbb\di\ordered_service_collection
|
||||
arguments:
|
||||
- @service_container
|
||||
- '@service_container'
|
||||
tags:
|
||||
- { name: service_collection, tag: update_database_task, class_name_aware: true }
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
class: phpbb\install\module\update_database\module
|
||||
parent: installer.module_base
|
||||
arguments:
|
||||
- @installer.module.update_database_collection
|
||||
- '@installer.module.update_database_collection'
|
||||
- true
|
||||
- false
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user