mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/14247] Use quotes around @ and % strings in YAML
PHPBB3-14247
This commit is contained in:
@@ -2,9 +2,9 @@ services:
|
||||
module.manager:
|
||||
class: phpbb\module\module_manager
|
||||
arguments:
|
||||
- @cache.driver
|
||||
- @dbal.conn
|
||||
- @ext.manager
|
||||
- %tables.modules%
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- '@cache.driver'
|
||||
- '@dbal.conn'
|
||||
- '@ext.manager'
|
||||
- '%tables.modules%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
Reference in New Issue
Block a user