Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 18, 2014
1 parent 8cdf2cf commit a95312e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/CollectionInterface.php
Expand Up @@ -759,7 +759,7 @@ public function listNested($dir = 'desc', $nestingKey = 'children');
* @param callable|array $condition the method that will receive each of the elements and
* returns false when the iteration should be stopped.
* If an array, it will be interpreted as a key-value list of conditions where
* the key is a property path as accepted by `Collection::extract,
* the key is a property path as accepted by `Collection::extract`,
* and the value the condition against with each element will be matched.
* @return \Cake\Collection\CollectionInterface
*/
Expand Down

0 comments on commit a95312e

Please sign in to comment.