chore: type checking

This commit is contained in:
Nuno Maduro
2023-03-02 22:58:11 +00:00
parent b939d94cda
commit f68e6cefd4
2 changed files with 9 additions and 8 deletions

View File

@ -36,7 +36,7 @@ final class Cache implements HandlesArguments
);
if (! $this->hasArgument('--parallel', $arguments)) {
$arguments = $this->pushArgument('--cache-result', $arguments);
return $this->pushArgument('--cache-result', $arguments);
}
return $arguments;