diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-31 14:47:12 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-31 14:47:12 +0100 |
commit | 07478491f681c2f6f6d2a2486c5bb7136b5dfbc9 (patch) | |
tree | 55e3b8d44fcdfc2a2e5d48ff0e3666f9eba89cfb /Acl | |
parent | f8dff63f4919ac33ccda41987ed5f0f114b3a0b7 (diff) | |
download | symfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.zip symfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.tar.gz symfony-security-07478491f681c2f6f6d2a2486c5bb7136b5dfbc9.tar.bz2 |
fixed PSR-0 issues
Diffstat (limited to 'Acl')
-rw-r--r-- | Acl/Tests/Domain/EntryTest.php | 2 |
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; |