A few cs fixes

This commit is contained in:
Kévin Gomez 2013-12-14 12:47:55 +00:00
parent e0a9b95977
commit a1b30ac4a4
8 changed files with 14 additions and 16 deletions

View file

@ -14,7 +14,6 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\Output;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
use Symfony\Component\HttpKernel\KernelInterface;

View file

@ -15,7 +15,6 @@ use Propel\Generator\Command\AbstractCommand as BaseCommand;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author Kévin Gomez <contact@kevingomez.fr>