mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 21:54:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
d7a9e6796e
commit
71fb237462
1 changed files with 0 additions and 2 deletions
|
|
@ -24,10 +24,8 @@ class JobPipeline implements ShouldQueue
|
|||
*/
|
||||
public $passable;
|
||||
|
||||
/** @var bool */
|
||||
public bool $shouldBeQueued;
|
||||
|
||||
/** @var string */
|
||||
public string $queue;
|
||||
|
||||
public function __construct($jobs, callable $send = null, bool $shouldBeQueued = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue