diff --git a/tests/src/ExampleAnnotatedCommand.php b/tests/src/ExampleAnnotatedCommand.php index c6adae6..3385acb 100644 --- a/tests/src/ExampleAnnotatedCommand.php +++ b/tests/src/ExampleAnnotatedCommand.php @@ -44,7 +44,7 @@ public function myEcho($one, $two = '', $multiple = [], $flip = false) * @usage bet alpha --flip * Concatenate "alpha" and "bet". */ - protected function myEchoAnnotated(InputInterface $input, OutputInterface $output) + protected function execute(InputInterface $input, OutputInterface $output): int { $one = $input->getArgument('one'); $two = $input->getArgument('two');