summaryrefslogtreecommitdiffstats
path: root/Acl/Tests/Domain/EntryTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-12-31 14:47:12 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-12-31 14:47:12 +0100
commit07478491f681c2f6f6d2a2486c5bb7136b5dfbc9 (patch)
tree55e3b8d44fcdfc2a2e5d48ff0e3666f9eba89cfb /Acl/Tests/Domain/EntryTest.php
parentf8dff63f4919ac33ccda41987ed5f0f114b3a0b7 (diff)
downloadsymfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.zip
symfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.tar.gz
symfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.tar.bz2
fixed PSR-0 issues
Diffstat (limited to 'Acl/Tests/Domain/EntryTest.php')
-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;