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; }