chore: coding style

This commit is contained in:
Nuno Maduro
2023-02-13 23:25:27 +00:00
parent 2b3e146d5a
commit 26369a19b4

View File

@ -28,6 +28,7 @@ final class Parallel implements HandlesArguments
Parallel\Handlers\Pest::class,
Parallel\Handlers\Laravel::class,
];
/**
* @var string[]
*/
@ -42,6 +43,7 @@ final class Parallel implements HandlesArguments
if ($argv->hasParameterOption('--parallel')) {
return true;
}
return $argv->hasParameterOption('-p');
}