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

Skip to content

Commit dc96105

Browse files
shdevfabpot
authored andcommitted
Update WorkflowDumpCommand.php
- [] -> array()
1 parent e139942 commit dc96105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ protected function execute(InputInterface $input, OutputInterface $output)
7474
$marking->mark($place);
7575
}
7676

77-
$options = [];
77+
$options = array();
7878
if ($input->getOption('workflow-name-label')) {
79-
$options = ['graph' => ['label' => $serviceId]];
79+
$options = array('graph' => array('label' => $serviceId));
8080
}
8181

8282
$output->writeln($dumper->dump($workflow->getDefinition(), $marking, $options));

0 commit comments

Comments
 (0)
0