Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 8, 2015
1 parent 1726479 commit d1daf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Behavior/TreeBehavior.php
Expand Up @@ -159,7 +159,7 @@ public function afterSave(Event $event, Entity $entity)
/**
* Set level for descendents.
*
* @param \Cake\ORM\Entity $entity
* @param \Cake\ORM\Entity $entity The entity whose descendents need to be updated.
* @return void
*/
protected function _setChildrenLevel(Entity $entity)
Expand Down

0 comments on commit d1daf29

Please sign in to comment.