diff --git a/framework/core/src/Queue/AbstractJob.php b/framework/core/src/Queue/AbstractJob.php index 2b6d9b6b96..2b2dcc1508 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 that extend `\Flarum\Queue\AbstractJob` and dispatched via Redis. - * + * * @var string|null */ public static $sendOnQueue = null;