diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-15 07:57:34 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 09:04:20 +0200 |
commit | a408a8a27c9f808193e2128845153ddeb411345e (patch) | |
tree | b07cd9aca168b2ab2c7f994f5e1b4b05a22de4ed /Core/Exception/UsernameNotFoundException.php | |
parent | 3c065747901d8ba53056cb769cb1ef986e39c1d0 (diff) | |
download | symfony-security-a408a8a27c9f808193e2128845153ddeb411345e.zip symfony-security-a408a8a27c9f808193e2128845153ddeb411345e.tar.gz symfony-security-a408a8a27c9f808193e2128845153ddeb411345e.tar.bz2 |
made {@inheritdoc} annotations consistent across the board
Diffstat (limited to 'Core/Exception/UsernameNotFoundException.php')
-rw-r--r-- | Core/Exception/UsernameNotFoundException.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Core/Exception/UsernameNotFoundException.php b/Core/Exception/UsernameNotFoundException.php index f656bac..11607d3 100644 --- a/Core/Exception/UsernameNotFoundException.php +++ b/Core/Exception/UsernameNotFoundException.php @@ -22,7 +22,7 @@ class UsernameNotFoundException extends AuthenticationException private $username; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { @@ -50,7 +50,7 @@ class UsernameNotFoundException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function serialize() { @@ -61,7 +61,7 @@ class UsernameNotFoundException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function unserialize($str) { |