1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[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
This commit is contained in:
Marc Alexander
2016-07-23 16:23:42 +02:00
parent 4554c030c0
commit 89461d982c
6 changed files with 13 additions and 13 deletions

View File

@@ -103,7 +103,7 @@ services:
auth.provider.oauth.service.twitter:
class: phpbb\auth\provider\oauth\service\twitter
arguments:
- @config
- @request
- '@config'
- '@request'
tags:
- { name: auth.provider.oauth.service }