mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-13 16:34: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;
|
public bool $shouldBeQueued;
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public string|null $connection;
|
public string $queue;
|
||||||
|
|
||||||
/** @var string */
|
|
||||||
public string|null $queue;
|
|
||||||
|
|
||||||
/** @var int */
|
|
||||||
public int $timeout = 1;
|
|
||||||
|
|
||||||
public $delay = 0;
|
|
||||||
|
|
||||||
/** @var int */
|
|
||||||
public int $tries = 1;
|
|
||||||
|
|
||||||
public function __construct($jobs, callable $send = null, bool $shouldBeQueued = null)
|
public function __construct($jobs, callable $send = null, bool $shouldBeQueued = null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue