Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-04-10 12:48:46 +02:00
Родитель 1ad3720084
Коммит 531c2ff809
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,10 +45,10 @@ class ChatManager {
private $notifier;
/**
* @param ICommentsManager $commentsManager
* @param CommentsManager $commentsManager
* @param Notifier $notifier
*/
public function __construct(ICommentsManager $commentsManager,
public function __construct(CommentsManager $commentsManager,
Notifier $notifier) {
$this->commentsManager = $commentsManager;
$this->notifier = $notifier;