Browse Source

Fix CS error

ADmad 11 years ago
parent
commit
d1daf29026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Behavior/TreeBehavior.php

+ 1 - 1
src/ORM/Behavior/TreeBehavior.php

@@ -159,7 +159,7 @@ class TreeBehavior extends Behavior
     /**
      * 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)