From 561924db750cbb4e4c183f9616472ed9a5b0fc7f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 12 Aug 2026 00:19:10 +0900 Subject: docs(todo): retag TODO markers by root cause Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-symfony-console/src/style/symfony_style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-symfony-console/src/style/symfony_style.rs') diff --git a/crates/shirabe-symfony-console/src/style/symfony_style.rs b/crates/shirabe-symfony-console/src/style/symfony_style.rs index 881d87e0..759b2ba4 100644 --- a/crates/shirabe-symfony-console/src/style/symfony_style.rs +++ b/crates/shirabe-symfony-console/src/style/symfony_style.rs @@ -215,7 +215,7 @@ impl SymfonyStyle { self.question_helper = Some(SymfonyQuestionHelper::new()); } - // TODO(phase-c): PHP passes `$this` as the OutputInterface, so SymfonyQuestionHelper's + // TODO(symfony): PHP passes `$this` as the OutputInterface, so SymfonyQuestionHelper's // write_error renders through SymfonyStyle::error; SymfonyStyle is not an OutputInterface // trait object here, so the raw output is passed instead. let answer = { -- cgit v1.3.1-4-g156e