summaryrefslogtreecommitdiffstats
path: root/Acl/Domain/AclCollectionCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Domain/AclCollectionCache.php')
-rw-r--r--Acl/Domain/AclCollectionCache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Domain/AclCollectionCache.php b/Acl/Domain/AclCollectionCache.php
index 88c017c..d3a4b37 100644
--- a/Acl/Domain/AclCollectionCache.php
+++ b/Acl/Domain/AclCollectionCache.php
@@ -44,8 +44,8 @@ class AclCollectionCache
* Batch loads ACLs for an entire collection; thus, it reduces the number
* of required queries considerably.
*
- * @param mixed $collection anything that can be passed to foreach()
- * @param array $tokens an array of TokenInterface implementations
+ * @param mixed $collection anything that can be passed to foreach()
+ * @param TokenInterface[] $tokens an array of TokenInterface implementations
*/
public function cache($collection, array $tokens = array())
{