From aa4900957142c300a46db79409c77cf9431be58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 19 Mar 2014 21:43:12 +0100 Subject: [PATCH] [SecurityBundle] Fixed doc of InitAclCommand --- src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php b/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php index 66a2f0abc1a7f..3585b16a86e5c 100644 --- a/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php +++ b/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php @@ -24,7 +24,7 @@ class InitAclCommand extends ContainerAwareCommand { /** - * @see Command + * {@inheritdoc} */ protected function configure() { @@ -47,7 +47,7 @@ protected function configure() } /** - * @see Command::execute() + * {@inheritdoc} */ protected function execute(InputInterface $input, OutputInterface $output) {