Update Model.php

fixed comment spacing
This commit is contained in:
Pafu Inlu 2013-06-08 05:53:35 -06:00
parent 089c9e1139
commit 08cef539f9

View file

@ -1499,11 +1499,11 @@ class Model extends Object implements CakeEventListener {
}
/**
* 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;