This commit is contained in:
nuno maduro
2026-05-02 18:25:27 +01:00
parent e2d940cd53
commit e4d9b61fdf

View File

@ -12,7 +12,7 @@ interface WatchDefault
public function applicable(): bool; public function applicable(): bool;
/** /**
* @return array<string, array<int, string>> glob → list of project-relative test dirs * @return array<string, array<int, string>> pattern → list of project-relative test dirs
*/ */
public function defaults(string $projectRoot, string $testPath): array; public function defaults(string $projectRoot, string $testPath): array;
} }