8000 Update WorkflowDumpCommand.php · symfony/symfony@7cd3184 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cd3184

Browse files
shdevfabpot
authored andcommitted
Update WorkflowDumpCommand.php
- Fabbot.io suggestion
1 parent 6c7473d commit 7cd3184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function configure()
3838
->setDefinition(array(
3939
new InputArgument('name', InputArgument::REQUIRED, 'A workflow name'),
4040
new InputArgument('marking', InputArgument::IS_ARRAY, 'A marking (a list of places)'),
41-
new InputOption('label', 'l', InputArgument::OPTIONAL, 'Labels a graph'),
41+
new InputOption('label', 'l', InputArgument::OPTIONAL, 'Labels a graph'),
4242
))
4343
->setDescription('Dump a workflow')
4444
->setHelp(<<<'EOF'

0 commit comments

Comments
 (0)
0