diff options
Diffstat (limited to 'crates/shirabe-symfony-console/src/style/symfony_style.rs')
| -rw-r--r-- | crates/shirabe-symfony-console/src/style/symfony_style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
