summaryrefslogtreecommitdiffstats
path: root/Acl/Dbal/MutableAclProvider.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-16 09:04:52 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-16 09:04:52 +0200
commit74eaf535ddcd6cad834c68e7802cfcb08f400c1e (patch)
tree6e2a4283111299cc757cda0f0ab55205a1d92ca3 /Acl/Dbal/MutableAclProvider.php
parent6c29ed759766479de35af52bcdda6e9e2a945b2d (diff)
parenta408a8a27c9f808193e2128845153ddeb411345e (diff)
downloadsymfony-security-74eaf535ddcd6cad834c68e7802cfcb08f400c1e.zip
symfony-security-74eaf535ddcd6cad834c68e7802cfcb08f400c1e.tar.gz
symfony-security-74eaf535ddcd6cad834c68e7802cfcb08f400c1e.tar.bz2
minor #10713 made {@inheritdoc} annotations consistent across the board (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- made {@inheritdoc} annotations consistent across the board | Q | A | ------------- | --- | License | MIT Commits ------- 810b9ed made {@inheritdoc} annotations consistent across the board
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)
{