summaryrefslogtreecommitdiffstats
path: root/Acl/Model/EntryInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/EntryInterface.php')
-rw-r--r--Acl/Model/EntryInterface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Acl/Model/EntryInterface.php b/Acl/Model/EntryInterface.php
index 98b754c..b33f1f0 100644
--- a/Acl/Model/EntryInterface.php
+++ b/Acl/Model/EntryInterface.php
@@ -31,14 +31,14 @@ interface EntryInterface extends \Serializable
/**
* The primary key of this ACE
*
- * @return integer
+ * @return int
*/
public function getId();
/**
* The permission mask of this ACE
*
- * @return integer
+ * @return int
*/
public function getMask();
@@ -59,7 +59,7 @@ interface EntryInterface extends \Serializable
/**
* Returns whether this ACE is granting, or denying
*
- * @return Boolean
+ * @return bool
*/
public function isGranting();
}