Skip to content

Commit 616ca38

Browse files
committed
Merge pull request cakephp#1382 from ravage84/dbosource
Fixed @return statement in DboSource::disconnect
2 parents 4442a2a + aabeaad commit 616ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cake/Model/Datasource/DboSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function reconnect($config = array()) {
280280
/**
281281
* Disconnects from database.
282282
*
283-
* @return boolean True if the database could be disconnected, else false
283+
* @return boolean Always true
284284
*/
285285
public function disconnect() {
286286
if ($this->_result instanceof PDOStatement) {

0 commit comments

Comments
 (0)