Skip to content

Commit 0cd4b0a

Browse files
committed
Fix clean_failed command
1 parent d8c827e commit 0cd4b0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Shell/QueueShell.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ public function clean(): void
285285
*
286286
* @return void
287287
*/
288-
//@codingStandardsIgnoreLine
289-
public function clean_failed(): void
288+
public function cleanFailed(): void
290289
{
291290
$this->out(__d('queue', 'Deleting failed jobs, that have had maximum worker retries.'));
292291
$this->QueuedTasks->cleanFailedJobs($this->_getTaskConf());

0 commit comments

Comments
 (0)