summaryrefslogtreecommitdiffstats
path: root/Acl/Model/AclCacheInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/AclCacheInterface.php')
-rw-r--r--Acl/Model/AclCacheInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Model/AclCacheInterface.php b/Acl/Model/AclCacheInterface.php
index ea9604e..4673e01 100644
--- a/Acl/Model/AclCacheInterface.php
+++ b/Acl/Model/AclCacheInterface.php
@@ -37,7 +37,7 @@ interface AclCacheInterface
/**
* Retrieves an ACL for the given object identity primary key from the cache
*
- * @param integer $primaryKey
+ * @param int $primaryKey
* @return AclInterface
*/
public function getFromCacheById($primaryKey);