Checkstyle fixes
This commit is contained in:
parent
18673eb02c
commit
772b03873a
9 changed files with 5 additions and 14 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue