mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01: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