We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4d5be commit 770be08Copy full SHA for 770be08
README.md
@@ -383,12 +383,6 @@ use Symfony\Component\Console\Output\OutputInterface;
383
384
final class HelloWorld extends BaseLoggingCommand
385
{
386
- protected function configure()
387
- {
388
- $this
389
- ->addArgument('message', InputArgument::REQUIRED, 'Greeting Message');
390
- }
391
-
392
protected function execute(InputInterface $input, OutputInterface $output): int
393
394
throw new Exception('some exception logged to DB');
0 commit comments