Skip to content

Commit 32b20db

Browse files
committed
made {@inheritdoc} annotations consistent across the board
1 parent 7d9c37e commit 32b20db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/AddSecurityVotersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddSecurityVotersPass implements CompilerPassInterface
2424
{
2525
/**
26-
* {@inheritDoc}
26+
* {@inheritdoc}
2727
*/
2828
public function process(ContainerBuilder $container)
2929
{

0 commit comments

Comments
 (0)