Skip to content

Commit

Permalink
Simplify docblock to solve Scrutinizr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Nov 8, 2015
1 parent dbd9796 commit 796cab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Role/HierarchicalRoleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function hasChildren();
/**
* Get child roles
*
* @return array|RoleInterface[]|Traversable
* @return RoleInterface[]|Traversable
*/
public function getChildren();
}

0 comments on commit 796cab2

Please sign in to comment.