diff --git a/framework/core/src/Queue/AbstractJob.php b/framework/core/src/Queue/AbstractJob.php index 1f4e45ba40..2b6d9b6b96 100644 --- a/framework/core/src/Queue/AbstractJob.php +++ b/framework/core/src/Queue/AbstractJob.php @@ -22,9 +22,9 @@ class AbstractJob implements ShouldQueue /** * The name of the queue on which the job should be placed. - * - * This is only effective on jobs dispatched via Redis. - * + * + * This is only effective on jobs that extend `\Flarum\Queue\AbstractJob` and dispatched via Redis. + * * @var string|null */ public static $sendOnQueue = null;