mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 20:04:03 +00:00
remove unnecessary property declarations
This commit is contained in:
parent
96184f5a76
commit
80c4317224
1 changed files with 1 additions and 12 deletions
|
|
@ -28,18 +28,7 @@ class JobPipeline implements ShouldQueue
|
|||
public bool $shouldBeQueued;
|
||||
|
||||
/** @var string */
|
||||
public string|null $connection;
|
||||
|
||||
/** @var string */
|
||||
public string|null $queue;
|
||||
|
||||
/** @var int */
|
||||
public int $timeout = 1;
|
||||
|
||||
public $delay = 0;
|
||||
|
||||
/** @var int */
|
||||
public int $tries = 1;
|
||||
public string $queue;
|
||||
|
||||
public function __construct($jobs, callable $send = null, bool $shouldBeQueued = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue