Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jun 1, 2015
1 parent 673889f commit b245cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ORM/Behavior/TreeBehavior.php
Expand Up @@ -451,7 +451,7 @@ function ($field) {
* - 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
* @param array $options Array of options as described above.
* @return \Cake\ORM\Query
*/
public function findTreeList(Query $query, array $options)
Expand All @@ -477,8 +477,8 @@ public function findTreeList(Query $query, array $options)
* 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
*
* @param \Cake\ORM\Query $query
* @param array $options Array of options as described above
* @param \Cake\ORM\Query $query Query.
* @param array $options Array of options as described above.
* @return \Cake\ORM\Query
*/
public function formatTreeList(Query $query, array $options = [])
Expand Down

0 comments on commit b245cc9

Please sign in to comment.