Skip to content

Commit

Permalink
Merge pull request yiisoft#10536 from githubjeka/patch-1
Browse files Browse the repository at this point in the history
Updated phpDoc to ManagerInterface::addChild()
  • Loading branch information
samdark committed Jan 8, 2016
2 parents 57ab949 + 6008650 commit 60124d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/rbac/ManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function getRules();
* Adds an item as a child of another item.
* @param Item $parent
* @param Item $child
* @return boolean whether the child successfully added
* @throws \yii\base\Exception if the parent-child relationship already exists or if a loop has been detected.
*/
public function addChild($parent, $child);
Expand Down

0 comments on commit 60124d0

Please sign in to comment.