This commit is contained in:
nuno maduro
2026-05-01 22:36:15 +01:00
parent 53db68e005
commit bf48e20880
35 changed files with 21 additions and 923 deletions

View File

@ -10,8 +10,6 @@ namespace Pest\Contracts;
interface Restarter
{
/**
* Re-execs the PHP process when conditions warrant it.
*
* @param array<int, string> $arguments
*/
public function maybeRestart(string $projectRoot, array $arguments): void;