Skip to content

Commit

Permalink
Rbac::isGranted() docBlock : column alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Mar 14, 2014
1 parent b78dabd commit 0cc76e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Permissions/Rbac/Rbac.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public function getRole($objectOrName)
/**
* Determines if access is granted by checking the role and child roles for permission.
*
* @param RoleInterface|string $role
* @param string $permission
* @param RoleInterface|string $role
* @param string $permission
* @param AssertionInterface|Callable|null $assert
* @throws Exception\InvalidArgumentException
* @return bool
Expand Down

0 comments on commit 0cc76e0

Please sign in to comment.