We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c827e commit 0cd4b0aCopy full SHA for 0cd4b0a
1 file changed
src/Shell/QueueShell.php
@@ -285,8 +285,7 @@ public function clean(): void
285
*
286
* @return void
287
*/
288
- //@codingStandardsIgnoreLine
289
- public function clean_failed(): void
+ public function cleanFailed(): void
290
{
291
$this->out(__d('queue', 'Deleting failed jobs, that have had maximum worker retries.'));
292
$this->QueuedTasks->cleanFailedJobs($this->_getTaskConf());
0 commit comments