summaryrefslogtreecommitdiffstats
path: root/Acl/Domain/AclCollectionCache.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-05-15 22:19:31 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2012-05-15 22:19:31 +0200
commit7036686b05aced1fb163ee7af8897f7a0a1867f5 (patch)
tree2b436b496afa6bb1da94649fb385c4d4e0723850 /Acl/Domain/AclCollectionCache.php
parent4599d931b04193b23d2cefc87a0bcea92585f071 (diff)
downloadsymfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.zip
symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.gz
symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.bz2
fixed phpdoc @param alignment
Diffstat (limited to 'Acl/Domain/AclCollectionCache.php')
-rw-r--r--Acl/Domain/AclCollectionCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/AclCollectionCache.php b/Acl/Domain/AclCollectionCache.php
index 33825c1..be082c1 100644
--- a/Acl/Domain/AclCollectionCache.php
+++ b/Acl/Domain/AclCollectionCache.php
@@ -45,7 +45,7 @@ class AclCollectionCache
* of required queries considerably.
*
* @param mixed $collection anything that can be passed to foreach()
- * @param array $tokens an array of TokenInterface implementations
+ * @param array $tokens an array of TokenInterface implementations
*/
public function cache($collection, array $tokens = array())
{