Browse Source

fix return type in docblock

euromark 13 years ago
parent
commit
19cfe40fd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Model/Datasource/DataSource.php

+ 1 - 1
lib/Cake/Model/Datasource/DataSource.php

@@ -226,7 +226,7 @@ class DataSource extends Object {
  *
  * @param Model $model The model class having record(s) deleted
  * @param mixed $conditions The conditions to use for deleting.
- * @return void
+ * @return boolean Success
  */
 	public function delete(Model $model, $id = null) {
 		return false;