Skip to content

Commit

Permalink
Update doc blocks to reflect reality.
Browse files Browse the repository at this point in the history
Closes #3263
  • Loading branch information
markstory committed Oct 8, 2012
1 parent 972d575 commit 2232c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public static function matches($conditions, $data = array(), $i = null, $length
*
* @param array $data Array from where to extract
* @param string|array $path As an array, or as a dot-separated string.
* @return array Extracted data
* @return array|null Extracted data or null when $data or $path are empty.
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/set.html#Set::classicExtract
*/
public static function classicExtract($data, $path = null) {
Expand Down

0 comments on commit 2232c7e

Please sign in to comment.