summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Exception/UsernameNotFoundExceptionTest.php
diff options
context:
space:
mode:
authormmoreram <marc.morera@befactory.es>2014-07-30 12:26:20 +0200
committermmoreram <marc.morera@befactory.es>2014-07-30 12:26:20 +0200
commit1f6f9b5ea73ca0a9c93cf6d65255bd2455e36b25 (patch)
tree48df170e598627f557335b376840da2b00d518eb /Core/Tests/Exception/UsernameNotFoundExceptionTest.php
parent20d8d5d5c3d9f97bf6c42e38208c1aeefd9354b5 (diff)
downloadsymfony-security-1f6f9b5ea73ca0a9c93cf6d65255bd2455e36b25.zip
symfony-security-1f6f9b5ea73ca0a9c93cf6d65255bd2455e36b25.tar.gz
symfony-security-1f6f9b5ea73ca0a9c93cf6d65255bd2455e36b25.tar.bz2
This files have an invalid namespace
* These namespaces do not match the files according to PSR-0 rules * Used php-cs-fixer
Diffstat (limited to 'Core/Tests/Exception/UsernameNotFoundExceptionTest.php')
-rw-r--r--Core/Tests/Exception/UsernameNotFoundExceptionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Exception/UsernameNotFoundExceptionTest.php b/Core/Tests/Exception/UsernameNotFoundExceptionTest.php
index b460229..98ea374 100644
--- a/Core/Tests/Exception/UsernameNotFoundExceptionTest.php
+++ b/Core/Tests/Exception/UsernameNotFoundExceptionTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Component\Security\Tests\Core\Exception;
+namespace Symfony\Component\Security\Core\Tests\Exception;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;