diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-23 16:23:42 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-23 16:23:42 +0200 |
commit | 89461d982c3356f5389caaae7bec1fa76fbe6beb (patch) | |
tree | 7086054b627cc2f801c0b45820c36321d88eef73 /tests/di/fixtures/config/production | |
parent | 4554c030c09ac938cd4926369ed690ffb2b2f16e (diff) | |
download | forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.gz forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.bz2 forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.xz forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.zip |
[ticket/14717] Quote strings beginning with @ or % in yaml definitions
This type of use was deprecated in symfony 2.8 and will be dropped in 3.x.
Also see: https://github.com/symfony/symfony/pull/16285
PHPBB3-14717
Diffstat (limited to 'tests/di/fixtures/config/production')
-rw-r--r-- | tests/di/fixtures/config/production/container/environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/di/fixtures/config/production/container/environment.yml b/tests/di/fixtures/config/production/container/environment.yml index 9dcf11d865..4216b187cc 100644 --- a/tests/di/fixtures/config/production/container/environment.yml +++ b/tests/di/fixtures/config/production/container/environment.yml @@ -8,7 +8,7 @@ services: dbal.conn: class: phpbb\db\driver\factory arguments: - - @service_container + - '@service_container' dispatcher: class: phpbb\db\driver\container_mock |