Skip to content

Commit d136fac

Browse files
committed
Correct docs to match code.
Fixes #2790
1 parent 672735d commit d136fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Cake/Model/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ public function getAffectedRows() {
33623362
* Sets the DataSource to which this model is bound.
33633363
*
33643364
* @param string $dataSource The name of the DataSource, as defined in app/Config/database.php
3365-
* @return boolean True on success
3365+
* @return void
33663366
* @throws MissingConnectionException
33673367
*/
33683368
public function setDataSource($dataSource = null) {

0 commit comments

Comments
 (0)