Skip to content

Commit 6b977ce

Browse files
committed
Apply fixes from StyleCI
1 parent 32eb4b8 commit 6b977ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/core/src/Queue/AbstractJob.php

Lines changed: 2 additions & 2 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-
*
25+
*
2626
* This is only effective on jobs dispatched via Redis.
27-
*
27+
*
2828
* @var string|null
2929
*/
3030
public static $sendOnQueue = null;

0 commit comments

Comments
 (0)