Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- docblock can simply refer to "self"
  • Loading branch information
weierophinney committed Apr 12, 2013
1 parent 0f2fa42 commit 4ee9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rbac.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getCreateMissingRoles()
*
* @param string|RoleInterface $child
* @param array|RoleInterface|null $parents
* @return \Zend\Permissions\Rbac\Rbac
* @return self
* @throws Exception\InvalidArgumentException
*/
public function addRole($child, $parents = null)
Expand Down

0 comments on commit 4ee9977

Please sign in to comment.