mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #1382 from ravage84/dbosource
Fixed @return statement in DboSource::disconnect
This commit is contained in:
commit
616ca3813b
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class DboSource extends DataSource {
|
|||
/**
|
||||
* 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue