Skip to content

Commit

Permalink
Fixed @return statement in DboSource::disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jun 27, 2013
1 parent 4442a2a commit aabeaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -280,7 +280,7 @@ public function reconnect($config = array()) {
/**
* Disconnects from database.
*
* @return boolean True if the database could be disconnected, else false
* @return boolean Always true
*/
public function disconnect() {
if ($this->_result instanceof PDOStatement) {
Expand Down

0 comments on commit aabeaad

Please sign in to comment.