minor #11328 Make @inheritdoc consistent (lowercase) (hacfi)

This PR was merged into the 2.6-dev branch.

Discussion
----------

Make @inheritdoc consistent (lowercase)

See symfony/symfony#10713

| Q             | A
| ------------- | ---
| License       | MIT

Commits
-------

aae45ad Make @inheritdoc consistent (lowercase)
This commit is contained in:
Fabien Potencier 2014-07-07 11:45:15 +02:00
commit 9d6817e43c

View File

@ -71,7 +71,7 @@ class UsernameNotFoundException extends AuthenticationException
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getMessageData()
{