summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-12-31 15:17:39 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-12-31 15:17:39 +0100
commit7c2af5b0f0cec81880e9991603900b24bb478961 (patch)
tree07a8eceb7a7ca12e397dfe5ecddef6598733d015
parente3080e63d7cdb1dba5bf3778b8f93750ef5c9b6a (diff)
parent07478491f681c2f6f6d2a2486c5bb7136b5dfbc9 (diff)
downloadsymfony-security-7c2af5b0f0cec81880e9991603900b24bb478961.zip
symfony-security-7c2af5b0f0cec81880e9991603900b24bb478961.tar.gz
symfony-security-7c2af5b0f0cec81880e9991603900b24bb478961.tar.bz2
Merge branch '2.4'
* 2.4: fixed PSR-0 issues
-rw-r--r--Acl/Tests/Domain/EntryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Tests/Domain/EntryTest.php b/Acl/Tests/Domain/EntryTest.php
index 55c8f0a..6a2aac0 100644
--- a/Acl/Tests/Domain/EntryTest.php
+++ b/Acl/Tests/Domain/EntryTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Component\Security\Tests\Acl\Domain;
+namespace Symfony\Component\Security\Acl\Tests\Domain;
use Symfony\Component\Security\Acl\Domain\Entry;