Skip to content

Commit

Permalink
made {@inheritdoc} annotations consistent across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 16, 2014
1 parent 142223d commit 801b2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/LintCommand.php
Expand Up @@ -32,7 +32,7 @@ class LintCommand extends Command
private $twig;

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function __construct($name = 'twig:lint')
{
Expand Down

0 comments on commit 801b2ed

Please sign in to comment.