Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Feb 6, 2014
1 parent 20f3ea9 commit 493711b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rbac/Role/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getName()
/**
* Add a permission
*
* @param string $permission
* @param string $permission
*/
public function addPermission($permission)
{
Expand All @@ -56,7 +56,7 @@ public function addPermission($permission)
/**
* Checks if a permission exists for this role
*
* @param string $permission
* @param string $permission
* @return bool
*/
public function hasPermission($permission)
Expand Down

0 comments on commit 493711b

Please sign in to comment.