1
0
Fork 0
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:
Samuel Štancl 2023-03-16 21:14:57 +00:00
parent d7a9e6796e
commit 71fb237462

View file

@ -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)