mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
chore: coding style
This commit is contained in:
@ -28,6 +28,7 @@ final class Parallel implements HandlesArguments
|
|||||||
Parallel\Handlers\Pest::class,
|
Parallel\Handlers\Pest::class,
|
||||||
Parallel\Handlers\Laravel::class,
|
Parallel\Handlers\Laravel::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
@ -42,6 +43,7 @@ final class Parallel implements HandlesArguments
|
|||||||
if ($argv->hasParameterOption('--parallel')) {
|
if ($argv->hasParameterOption('--parallel')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $argv->hasParameterOption('-p');
|
return $argv->hasParameterOption('-p');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user