1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15245] Fix comments, class names and code style

PHPBB3-15245
This commit is contained in:
Oliver Schramm
2017-09-28 23:55:28 +02:00
parent 3da67ce581
commit 221e5a01b1
3 changed files with 30 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ services:
class: phpbb\feed\helper
arguments:
- '@config'
- '@service_container'
- '@path_helper'
- '@text_formatter.renderer'
- '@user'
@@ -78,6 +79,10 @@ services:
- '@dispatcher'
- '%core.php_ext%'
feed.quote_helper:
class: phpbb\feed\quote_helper
parent: text_formatter.s9e.quote_helper
feed.topic:
class: phpbb\feed\topic
shared: false