Fixed doc of InitAclCommand

This commit is contained in:
Kévin Dunglas 2014-03-19 21:43:12 +01:00 committed by Fabien Potencier
parent fc251dbcd4
commit c5e8a884f8

View File

@ -24,7 +24,7 @@ use Doctrine\DBAL\Schema\SchemaException;
class InitAclCommand extends ContainerAwareCommand
{
/**
* @see Command
* {@inheritdoc}
*/
protected function configure()
{
@ -47,7 +47,7 @@ EOF
}
/**
* @see Command::execute()
* {@inheritdoc}
*/
protected function execute(InputInterface $input, OutputInterface $output)
{