Skip to content

Commit ef98a6d

Browse files
committed
chore: update docblock
1 parent 6b977ce commit ef98a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/core/src/Queue/AbstractJob.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class AbstractJob implements ShouldQueue
2222

2323
/**
2424
* The name of the queue on which the job should be placed.
25-
*
26-
* This is only effective on jobs dispatched via Redis.
27-
*
25+
*
26+
* This is only effective on jobs that extend `\Flarum\Queue\AbstractJob` and dispatched via Redis.
27+
*
2828
* @var string|null
2929
*/
3030
public static $sendOnQueue = null;

0 commit comments

Comments
 (0)