summaryrefslogtreecommitdiffstats
path: root/Exception/AuthenticationCredentialsNotFoundException.php
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2010-10-19 15:11:42 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2010-10-19 17:22:31 +0200
commite8e3b7636fb777461ddcdf07fd559c9a73456961 (patch)
tree2b29342e4d9f6f8cec7e4b1c7e6d669e490e7acb /Exception/AuthenticationCredentialsNotFoundException.php
parenta9fb07f10fc85309cf441c19535154aacd4228f1 (diff)
downloadsymfony-security-e8e3b7636fb777461ddcdf07fd559c9a73456961.zip
symfony-security-e8e3b7636fb777461ddcdf07fd559c9a73456961.tar.gz
symfony-security-e8e3b7636fb777461ddcdf07fd559c9a73456961.tar.bz2
[Security] Fixed coding standard
Diffstat (limited to 'Exception/AuthenticationCredentialsNotFoundException.php')
-rw-r--r--Exception/AuthenticationCredentialsNotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exception/AuthenticationCredentialsNotFoundException.php b/Exception/AuthenticationCredentialsNotFoundException.php
index 248df79..76cfc5e 100644
--- a/Exception/AuthenticationCredentialsNotFoundException.php
+++ b/Exception/AuthenticationCredentialsNotFoundException.php
@@ -15,7 +15,7 @@ namespace Symfony\Component\Security\Exception;
* AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected
* because no Token is available.
*
- * @author Fabien Potencier <fabien.potencier@symfony-project.com>
+ * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class AuthenticationCredentialsNotFoundException extends AuthenticationException
{