diff options
author | Graham Campbell <graham@mineuk.com> | 2014-12-03 20:10:26 +0000 |
---|---|---|
committer | Graham Campbell <graham@mineuk.com> | 2014-12-03 20:10:26 +0000 |
commit | 4d93fe20999aa43de372f053ff9f8ec5a85b6fa5 (patch) | |
tree | 722834ef5651fa20505144af1c6193dbd0a464f5 /Acl | |
parent | c3100eb623f97650fa4cdede3e832a497b8e473c (diff) | |
download | symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.zip symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.gz symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.bz2 |
CS fixes
Diffstat (limited to 'Acl')
-rw-r--r-- | Acl/Domain/SecurityIdentityRetrievalStrategy.php | 1 | ||||
-rw-r--r-- | Acl/Model/MutableAclProviderInterface.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Acl/Domain/SecurityIdentityRetrievalStrategy.php b/Acl/Domain/SecurityIdentityRetrievalStrategy.php index b95fddc..43f1d38 100644 --- a/Acl/Domain/SecurityIdentityRetrievalStrategy.php +++ b/Acl/Domain/SecurityIdentityRetrievalStrategy.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Acl\Domain; use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; - use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Acl\Model\SecurityIdentityRetrievalStrategyInterface; use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver; diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php index f5bb198..f94ddc5 100644 --- a/Acl/Model/MutableAclProviderInterface.php +++ b/Acl/Model/MutableAclProviderInterface.php @@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface * @param ObjectIdentityInterface $oid * * @throws AclAlreadyExistsException when there already is an ACL for the given - * object identity + * object identity * * @return MutableAclInterface */ |