1
0
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:
Matt Friedman
2015-12-07 13:11:22 -08:00
parent f14a9b7069
commit d9d89cad94
52 changed files with 1120 additions and 1120 deletions

View File

@@ -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: