From e4d9b61fdf55056e5bc3fb5cb78a7d9e98048f31 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Sat, 2 May 2026 18:25:27 +0100 Subject: [PATCH] wip --- src/Plugins/Tia/WatchDefaults/WatchDefault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Tia/WatchDefaults/WatchDefault.php b/src/Plugins/Tia/WatchDefaults/WatchDefault.php index fb29d60d..252463d4 100644 --- a/src/Plugins/Tia/WatchDefaults/WatchDefault.php +++ b/src/Plugins/Tia/WatchDefaults/WatchDefault.php @@ -12,7 +12,7 @@ interface WatchDefault public function applicable(): bool; /** - * @return array> glob → list of project-relative test dirs + * @return array> pattern → list of project-relative test dirs */ public function defaults(string $projectRoot, string $testPath): array; }