Run php-cs-fixer on the code base
This commit is contained in:
@@ -37,7 +37,6 @@ class Taskstatus extends Base
|
||||
private function changeStatus(array $task, $method, $success_message, $failure_message)
|
||||
{
|
||||
if ($this->request->getStringParam('confirmation') === 'yes') {
|
||||
|
||||
$this->checkCSRFParam();
|
||||
|
||||
if ($this->taskStatus->$method($task['id'])) {
|
||||
|
||||
Reference in New Issue
Block a user