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

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14717] Quote strings beginning with @ or % in yaml definitions
This commit is contained in:
Máté Bartus
2016-07-23 16:57:56 +02:00
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 }