Run php-cs-fixer on the code base
This commit is contained in:
@@ -67,7 +67,6 @@ class TaskEmail extends Base
|
||||
$user = $this->user->getById($this->getParam('user_id'));
|
||||
|
||||
if (! empty($user['email'])) {
|
||||
|
||||
$task = $this->taskFinder->getDetails($data['task_id']);
|
||||
|
||||
$this->emailClient->send(
|
||||
|
||||
Reference in New Issue
Block a user