1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 21:54:04 +00:00

Merge branch '2.x' into 2.x

This commit is contained in:
Samuel Štancl 2025-07-29 22:14:40 +02:00 committed by GitHub
commit ee825a71b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ class JobPipeline implements ShouldQueue
return $this;
}
public function shouldBeQueued(bool $shouldBeQueued = true, string $queue = null): static
public function shouldBeQueued(bool $shouldBeQueued = true, string|null $queue = null): static
{
$this->shouldBeQueued = $shouldBeQueued;