summaryrefslogtreecommitdiffstats
path: root/Exception/BadCredentialsException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Exception/BadCredentialsException.php')
-rw-r--r--Exception/BadCredentialsException.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Exception/BadCredentialsException.php b/Exception/BadCredentialsException.php
index 3e6ddf8..9319041 100644
--- a/Exception/BadCredentialsException.php
+++ b/Exception/BadCredentialsException.php
@@ -1,7 +1,5 @@
<?php
-namespace Symfony\Component\Security\Exception;
-
/*
* This file is part of the Symfony package.
*
@@ -11,6 +9,8 @@ namespace Symfony\Component\Security\Exception;
* file that was distributed with this source code.
*/
+namespace Symfony\Component\Security\Exception;
+
/**
* BadCredentialsException is thrown when the user credentials are invalid.
*