mirror of
https://github.com/pestphp/pest.git
synced 2026-06-07 03:42:14 +02:00
WIP
This commit is contained in:
committed by
Nuno Maduro
parent
aff11486b2
commit
2561d47bb5
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Plugins\Parallel\Contracts;
|
||||
|
||||
interface HandlesSubprocessArguments
|
||||
{
|
||||
public function handleSubprocessArguments(array $arguments): array;
|
||||
}
|
||||
Reference in New Issue
Block a user