diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-31 15:17:39 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-12-31 15:17:39 +0100 |
commit | 7c2af5b0f0cec81880e9991603900b24bb478961 (patch) | |
tree | 07a8eceb7a7ca12e397dfe5ecddef6598733d015 | |
parent | e3080e63d7cdb1dba5bf3778b8f93750ef5c9b6a (diff) | |
parent | 07478491f681c2f6f6d2a2486c5bb7136b5dfbc9 (diff) | |
download | symfony-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.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; |