Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 28, 2024
1 parent 32eb4b8 commit 6b977ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/src/Queue/AbstractJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*
* @var string|null
*/
public static $sendOnQueue = null;
Expand Down

0 comments on commit 6b977ce

Please sign in to comment.