diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index b0f52a943..920720457 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -1497,13 +1497,13 @@ class Model extends Object implements CakeEventListener { } return $this->data; } - + /** -* This function is a convenient wrapper class to create(false) and, as the name suggests, clears the id, data, and validation errors. -* -* @return always boolean TRUE upon success -* @see Model::create() -*/ + * This function is a convenient wrapper class to create(false) and, as the name suggests, clears the id, data, and validation errors. + * + * @return always boolean TRUE upon success + * @see Model::create() + */ public function clear() { $this->create(false); return true;