Code Style

This commit is contained in:
Stéphane Goetz
2015-08-02 15:42:23 +02:00
parent 27e0e8780c
commit b1eaa506b2
5 changed files with 20 additions and 6 deletions

View File

@ -39,7 +39,8 @@ class Generate extends SymfonyCommand
$daux->getGenerator()->generateAll($input, $output, $width);
}
protected function prepareDaux(InputInterface $input) {
protected function prepareDaux(InputInterface $input)
{
$daux = new Daux(Daux::STATIC_MODE);
// Set the format if requested