diff options
Diffstat (limited to 'crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs')
| -rw-r--r-- | crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs b/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs index 2f2acf8..705cb9a 100644 --- a/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs +++ b/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs @@ -9,9 +9,9 @@ pub struct QuestionHelper; impl QuestionHelper { pub fn ask( &self, - input: &mut dyn InputInterface, - output: &mut dyn OutputInterface, - question: &Question, + _input: &mut dyn InputInterface, + _output: &mut dyn OutputInterface, + _question: &Question, ) -> Option<PhpMixed> { todo!() } |
