summaryrefslogtreecommitdiffstats
path: root/Acl/Domain/RoleSecurityIdentity.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Domain/RoleSecurityIdentity.php')
-rw-r--r--Acl/Domain/RoleSecurityIdentity.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Acl/Domain/RoleSecurityIdentity.php b/Acl/Domain/RoleSecurityIdentity.php
index 64f864d..5410a46 100644
--- a/Acl/Domain/RoleSecurityIdentity.php
+++ b/Acl/Domain/RoleSecurityIdentity.php
@@ -15,7 +15,7 @@ use Symfony\Component\Security\Acl\Model\SecurityIdentityInterface;
use Symfony\Component\Security\Core\Role\Role;
/**
- * A SecurityIdentity implementation for roles
+ * A SecurityIdentity implementation for roles.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
@@ -24,7 +24,7 @@ final class RoleSecurityIdentity implements SecurityIdentityInterface
private $role;
/**
- * Constructor
+ * Constructor.
*
* @param mixed $role a Role instance, or its string representation
*/
@@ -38,7 +38,7 @@ final class RoleSecurityIdentity implements SecurityIdentityInterface
}
/**
- * Returns the role name
+ * Returns the role name.
*
* @return string
*/