diff --git a/src/Shell/QueueShell.php b/src/Shell/QueueShell.php index da2353c..7d789f0 100644 --- a/src/Shell/QueueShell.php +++ b/src/Shell/QueueShell.php @@ -285,8 +285,7 @@ public function clean(): void * * @return void */ - //@codingStandardsIgnoreLine - public function clean_failed(): void + public function cleanFailed(): void { $this->out(__d('queue', 'Deleting failed jobs, that have had maximum worker retries.')); $this->QueuedTasks->cleanFailedJobs($this->_getTaskConf());