1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 12:01:48 +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:
acl.permissions:
class: phpbb\permissions
arguments:
- @dispatcher
- @user
- '@dispatcher'
- '@user'
user:
class: phpbb\user
arguments:
- @language
- %datetime.class%
- '@language'
- '%datetime.class%'
user_loader:
class: phpbb\user_loader
arguments:
- @dbal.conn
- %core.root_path%
- %core.php_ext%
- %tables.users%
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.users%'