diff options
Diffstat (limited to 'Acl/Domain/AclCollectionCache.php')
-rw-r--r-- | Acl/Domain/AclCollectionCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/AclCollectionCache.php b/Acl/Domain/AclCollectionCache.php index c4f5fdd..12d7053 100644 --- a/Acl/Domain/AclCollectionCache.php +++ b/Acl/Domain/AclCollectionCache.php @@ -46,7 +46,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 * @return void */ public function cache($collection, array $tokens = array()) |