Skip to content

Commit

Permalink
repair tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phcorp committed Mar 20, 2017
1 parent fc3e42d commit 60b78fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/DoctrinevizCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public function execute(InputInterface $input, OutputInterface $output)
}
}
}
ksort($tables);
$format = $input->getOption('format', 'png');
$binary = $input->getOption('binary', null);
$path = $input->getOption('output-path', null);
Expand Down

0 comments on commit 60b78fb

Please sign in to comment.