diff --git a/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php b/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php index 66a2f0abc1..3585b16a86 100644 --- a/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php +++ b/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php @@ -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) {