summaryrefslogtreecommitdiffstats
path: root/Acl/Dbal/MutableAclProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Dbal/MutableAclProvider.php')
-rw-r--r--Acl/Dbal/MutableAclProvider.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Acl/Dbal/MutableAclProvider.php b/Acl/Dbal/MutableAclProvider.php
index 6efe0ff..482f443 100644
--- a/Acl/Dbal/MutableAclProvider.php
+++ b/Acl/Dbal/MutableAclProvider.php
@@ -36,7 +36,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
private $propertyChanges;
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function __construct(Connection $connection, PermissionGrantingStrategyInterface $permissionGrantingStrategy, array $options, AclCacheInterface $cache = null)
{
@@ -46,7 +46,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function createAcl(ObjectIdentityInterface $oid)
{
@@ -73,7 +73,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function deleteAcl(ObjectIdentityInterface $oid)
{
@@ -109,7 +109,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function findAcls(array $oids, array $sids = array())
{
@@ -216,7 +216,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
}
/**
- * {@inheritDoc}
+ * {@inheritdoc}
*/
public function updateAcl(MutableAclInterface $acl)
{