summaryrefslogtreecommitdiffstats
path: root/Acl/Tests/Dbal/MutableAclProviderTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-09-19 11:47:34 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-09-19 11:47:34 +0200
commitb8fb7e7a6d3776de46d0a33cba2aa9a353f589e5 (patch)
treebb9955039c5da8a622ae33a8ccada7761864a679 /Acl/Tests/Dbal/MutableAclProviderTest.php
parentf80ff7f53983fcdcc14104abbebedd94adda9b97 (diff)
parentfad88962af2ecb3e54e13c1f9e8045fd589e693f (diff)
downloadsymfony-security-b8fb7e7a6d3776de46d0a33cba2aa9a353f589e5.zip
symfony-security-b8fb7e7a6d3776de46d0a33cba2aa9a353f589e5.tar.gz
symfony-security-b8fb7e7a6d3776de46d0a33cba2aa9a353f589e5.tar.bz2
Merge branch '2.3'
* 2.3: fixed phpdoc Fix some annotates [FrameworkBundle] made sure that the debug event dispatcher is used everywhere [HttpKernel] remove unneeded strtoupper updated the composer install command to reflect changes in Composer Conflicts: src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Diffstat (limited to 'Acl/Tests/Dbal/MutableAclProviderTest.php')
-rw-r--r--Acl/Tests/Dbal/MutableAclProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Tests/Dbal/MutableAclProviderTest.php b/Acl/Tests/Dbal/MutableAclProviderTest.php
index 98a34b6..2e08c84 100644
--- a/Acl/Tests/Dbal/MutableAclProviderTest.php
+++ b/Acl/Tests/Dbal/MutableAclProviderTest.php
@@ -372,7 +372,7 @@ class MutableAclProviderTest extends \PHPUnit_Framework_TestCase
* @param AclProvider $provider
* @param array $data
* @throws \InvalidArgumentException
- * @throws Exception
+ * @throws \Exception
*/
protected function importAcls(AclProvider $provider, array $data)
{