Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa49009

Browse files
committed
[SecurityBundle] Fixed doc of InitAclCommand
1 parent 6586eaa commit aa49009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class InitAclCommand extends ContainerAwareCommand
2525
{
2626
/**
27-
* @see Command
27+
* {@inheritdoc}
2828
*/
2929
protected function configure()
3030
{
@@ -47,7 +47,7 @@ protected function configure()
4747
}
4848

4949
/**
50-
* @see Command::execute()
50+
* {@inheritdoc}
5151
*/
5252
protected function execute(InputInterface $input, OutputInterface $output)
5353
{

0 commit comments

Comments
 (0)