Browse Source

Update TreeBehavior.php

extra space cause api to not generate it as a new line
DnSu 11 years ago
parent
commit
6a63e1a0f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Behavior/TreeBehavior.php

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

@@ -449,7 +449,7 @@ class TreeBehavior extends Behavior
      *  return the key out of the provided row.
      * - valuePath: A dot separated path to fetch the field to use for the array value, or a closure to
      *  return the value out of the provided row.
-     *  - spacer: A string to be used as prefix for denoting the depth in the tree for each item
+     * - spacer: A string to be used as prefix for denoting the depth in the tree for each item
      *
      * @param \Cake\ORM\Query $query Query.
      * @param array $options Array of options as described above