Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and imorland committed Sep 29, 2024
1 parent 4b88477 commit 3711e69
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 that extend `\Flarum\Queue\AbstractJob` and dispatched via Redis.
*
*
* @var string|null
*/
public static $sendOnQueue = null;
Expand Down

0 comments on commit 3711e69

Please sign in to comment.