mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/17135] Fix code review issues
PHPBB-17135
This commit is contained in:
@@ -327,11 +327,11 @@ services:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@messenger.method_collection'
|
||||
- '@notification_manager'
|
||||
- '@user_loader'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '@messenger.method_collection'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
@@ -342,10 +342,10 @@ services:
|
||||
- '@dbal.conn'
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@messenger.method_collection'
|
||||
- '@passwords.manager'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '@messenger.method_collection'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
|
@@ -16,34 +16,34 @@ services:
|
||||
- '@assets.bag'
|
||||
- '@config'
|
||||
- '@dispatcher'
|
||||
- '@ext.manager'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@request'
|
||||
- '@user'
|
||||
- '@messenger.queue'
|
||||
- '@path_helper'
|
||||
- '@ext.manager'
|
||||
- '@request'
|
||||
- '@template.twig.extensions.collection'
|
||||
- '@template.twig.lexer'
|
||||
- '@user'
|
||||
- '%core.root_path%'
|
||||
- '%core.template.cache_path%'
|
||||
- '%core.php_ext%'
|
||||
|
||||
messenger.method.email:
|
||||
class: phpbb\messenger\method\phpbb_email
|
||||
class: phpbb\messenger\method\email
|
||||
shared: false
|
||||
parent: messenger.method.base
|
||||
calls:
|
||||
- [reset, []]
|
||||
- [init, []]
|
||||
- [set_transport, []]
|
||||
tags:
|
||||
- { name: messenger.method }
|
||||
|
||||
messenger.method.jabber:
|
||||
class: phpbb\messenger\method\phpbb_jabber
|
||||
class: phpbb\messenger\method\jabber
|
||||
shared: false
|
||||
parent: messenger.method.base
|
||||
calls:
|
||||
- [reset, []]
|
||||
- [init, []]
|
||||
tags:
|
||||
- { name: messenger.method }
|
||||
|
||||
|
@@ -19,6 +19,7 @@ services:
|
||||
- '@controller.helper'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@messenger.method.email'
|
||||
- '@passwords.manager'
|
||||
- '@request'
|
||||
- '@template'
|
||||
@@ -26,7 +27,6 @@ services:
|
||||
- '%tables.users%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '@messenger.method_collection'
|
||||
|
||||
phpbb.ucp.controller.webpush:
|
||||
class: phpbb\ucp\controller\webpush
|
||||
|
Reference in New Issue
Block a user