Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 19, 2014
1 parent ffd2396 commit 4ffa638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Collection/CollectionTrait.php
Expand Up @@ -707,9 +707,9 @@ public function combine($keyPath, $valuePath, $groupPath = null) {
* based on an id property path and a parent id property path.
*
* @param callable|string $idPath the column name path to use for determining
* whther an element is parent of another
* whether an element is parent of another
* @param callable|string $parentPath the column name path to use for determining
* whther an element is child of another
* whether an element is child of another
* @return \Cake\Collection\Collection
*/
public function nest($idPath, $parentPath) {
Expand Down

0 comments on commit 4ffa638

Please sign in to comment.