mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: type checking
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user