summaryrefslogtreecommitdiffstats
path: root/Acl/Model/AclCacheInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-12 19:54:57 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-15 07:41:45 +0200
commitc9dff33575d2eb04e34c31167f5fba8bf3f355d6 (patch)
treebb0d00d583d307107cc228429fa4a0379c08c9b9 /Acl/Model/AclCacheInterface.php
parentb2718821b6325d65b9b51eecb671f84605716af6 (diff)
downloadsymfony-security-c9dff33575d2eb04e34c31167f5fba8bf3f355d6.zip
symfony-security-c9dff33575d2eb04e34c31167f5fba8bf3f355d6.tar.gz
symfony-security-c9dff33575d2eb04e34c31167f5fba8bf3f355d6.tar.bz2
made phpdoc types consistent with those defined in Hack
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);