summaryrefslogtreecommitdiffstats
path: root/Acl/Domain/DoctrineAclCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Domain/DoctrineAclCache.php')
-rw-r--r--Acl/Domain/DoctrineAclCache.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/Acl/Domain/DoctrineAclCache.php b/Acl/Domain/DoctrineAclCache.php
index bfc5452..b680fb1 100644
--- a/Acl/Domain/DoctrineAclCache.php
+++ b/Acl/Domain/DoctrineAclCache.php
@@ -51,7 +51,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function clearCache()
{
@@ -59,7 +59,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function evictFromCacheById($aclId)
{
@@ -77,7 +77,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function evictFromCacheByIdentity(ObjectIdentityInterface $oid)
{
@@ -90,7 +90,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function getFromCacheById($aclId)
{
@@ -110,7 +110,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function getFromCacheByIdentity(ObjectIdentityInterface $oid)
{
@@ -123,7 +123,7 @@ class DoctrineAclCache implements AclCacheInterface
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function putInCache(AclInterface $acl)
{