Checkstyle fixes

This commit is contained in:
Kévin Gomez 2013-11-03 21:23:53 +00:00
commit 772b03873a
9 changed files with 5 additions and 14 deletions

View file

@ -10,10 +10,8 @@
namespace Propel\PropelBundle\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
/**
* @author Kévin Gomez <contact@kevingomez.fr>