From 3711e699d2af64f5862dcf47a8ecd9073dde1782 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 29 Sep 2024 06:07:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- framework/core/src/Queue/AbstractJob.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;