mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
refactor: parallel
This commit is contained in:
@ -14,6 +14,9 @@ final class Cache implements HandlesArguments
|
||||
{
|
||||
use HandleArguments;
|
||||
|
||||
/**
|
||||
* The temporary folder.
|
||||
*/
|
||||
private const TEMPORARY_FOLDER = __DIR__
|
||||
.DIRECTORY_SEPARATOR
|
||||
.'..'
|
||||
@ -23,7 +26,7 @@ final class Cache implements HandlesArguments
|
||||
.'.temp';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* Handles the arguments, adding the cache directory and the cache result arguments.
|
||||
*/
|
||||
public function handleArguments(array $arguments): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user