mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 02:59:52 +02:00
[ticket/14247] Use quotes around @ and % strings in YAML
PHPBB3-14247
This commit is contained in:
@@ -2,26 +2,26 @@ services:
|
||||
phpbb.help.manager:
|
||||
class: phpbb\help\manager
|
||||
arguments:
|
||||
- @dispatcher
|
||||
- @language
|
||||
- @template
|
||||
- '@dispatcher'
|
||||
- '@language'
|
||||
- '@template'
|
||||
|
||||
phpbb.help.controller.bbcode:
|
||||
class: phpbb\help\controller\bbcode
|
||||
arguments:
|
||||
- @controller.helper
|
||||
- @phpbb.help.manager
|
||||
- @template
|
||||
- @language
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- '@controller.helper'
|
||||
- '@phpbb.help.manager'
|
||||
- '@template'
|
||||
- '@language'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
||||
phpbb.help.controller.faq:
|
||||
class: phpbb\help\controller\faq
|
||||
arguments:
|
||||
- @controller.helper
|
||||
- @phpbb.help.manager
|
||||
- @template
|
||||
- @language
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- '@controller.helper'
|
||||
- '@phpbb.help.manager'
|
||||
- '@template'
|
||||
- '@language'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
Reference in New Issue
Block a user