mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/16008] Unindent YML comments
PHPBB3-16008
This commit is contained in:
parent
0b39e4e854
commit
76b4a2faab
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
services:
|
services:
|
||||||
# ----- Auth management -----
|
# ----- Auth management -----
|
||||||
auth:
|
auth:
|
||||||
class: phpbb\auth\auth
|
class: phpbb\auth\auth
|
||||||
|
|
||||||
# ----- Auth providers -----
|
# ----- Auth providers -----
|
||||||
auth.provider_collection:
|
auth.provider_collection:
|
||||||
class: phpbb\auth\provider_collection
|
class: phpbb\auth\provider_collection
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -70,7 +70,7 @@ services:
|
||||||
tags:
|
tags:
|
||||||
- { name: auth.provider }
|
- { name: auth.provider }
|
||||||
|
|
||||||
# ----- OAuth services providers -----
|
# ----- OAuth services providers -----
|
||||||
auth.provider.oauth.service_collection:
|
auth.provider.oauth.service_collection:
|
||||||
class: phpbb\di\service_collection
|
class: phpbb\di\service_collection
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Add table
Reference in a new issue