mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Add missing type
This commit is contained in:
parent
9e74fa1513
commit
322fe07592
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use Symfony\Component\Console\Input\InputOption;
|
||||||
|
|
||||||
trait ParallelCommand
|
trait ParallelCommand
|
||||||
{
|
{
|
||||||
public const MAX_PROCESSES = 24;
|
public const int MAX_PROCESSES = 24;
|
||||||
protected bool $runningConcurrently = false;
|
protected bool $runningConcurrently = false;
|
||||||
|
|
||||||
abstract protected function childHandle(mixed ...$args): bool;
|
abstract protected function childHandle(mixed ...$args): bool;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue