style: plugin actions improvements

This commit is contained in:
Nuno Maduro
2023-02-17 21:36:04 +00:00
parent 49619ff2b5
commit b4b4bf3685
7 changed files with 13 additions and 11 deletions

View File

@ -69,7 +69,7 @@ $bootPest = (static function (): void {
$bootPest();
$phpunitArgv = (new CallsHandleArguments())($phpunitArgv);
$phpunitArgv = CallsHandleArguments::execute($phpunitArgv);
$application = new ApplicationForWrapperWorker(
$phpunitArgv,