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 27, 2024
1 parent 72ffa7c commit 2b546b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Queue/AbstractJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AbstractJob implements ShouldQueue
/**
* @var string|null
*/
public static $onQueue = null;
public static $onQueue = null;

public function __construct()
{
Expand Down

0 comments on commit 2b546b6

Please sign in to comment.