diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 681080e6b..d71509a2e 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2279,7 +2279,7 @@ class Model extends Overloadable { * Before find callback * * @param array $queryData Data used to execute this query, i.e. conditions, order, etc. - * @return boolean True if the operation should continue, false if it should abort + * @return mixed true if the operation should continue, false if it should abort; or, modified $queryData to continue with new $queryData * @access public */ function beforeFind($queryData) {