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

@ -53,14 +53,14 @@ abstract class AbstractCommand extends ContainerAwareCommand
*
* @return \Symfony\Component\Console\Command\Command
*/
protected abstract function createSubCommandInstance();
abstract protected function createSubCommandInstance();
/**
* Returns all the arguments and options needed by the Propel sub-command.
*
* @return array
*/
protected abstract function getSubCommandArguments(InputInterface $input);
abstract protected function getSubCommandArguments(InputInterface $input);
/**
* {@inheritdoc}