Skip to content

Commit ece5740

Browse files
committed
3961: Applied coding standards
1 parent 3712aee commit ece5740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Drush/Commands/RetryFailedQueueCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public static function create(ContainerInterface $container): self {
4040

4141
/**
4242
* Retries all failed jobs in the os2web_audit queue.
43+
*
44+
* @param array<string, mixed> $options
4345
*/
4446
#[Command(name: 'audit:retry-failed-jobs')]
4547
#[Option(name: 'id', description: "Retry a specific job by ID (e.g. 1245.)")]

0 commit comments

Comments
 (0)