From 6d2bef5a7181382bf726ec098dd99dbbab72028c Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:41:17 -0400 Subject: [PATCH] Made comment use `privateRemarks` --- src/phase-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phase-manager.ts b/src/phase-manager.ts index 5e542cc499d..337750d322d 100644 --- a/src/phase-manager.ts +++ b/src/phase-manager.ts @@ -395,7 +395,7 @@ export class PhaseManager { /** * Helper method to start and log the current phase. * - * @remarks + * @privateRemarkd * This is disabled during tests by `phase-interceptor.ts` to allow for pausing execution at specific phases. * As such, **do not remove or split this method** as it will break integration tests. */