Skip to content

Commit

Permalink
Update Connection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed May 22, 2017
1 parent b2822a7 commit bdcc586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Connection.php
Expand Up @@ -214,7 +214,7 @@ public function driver($driver = null, $config = [])
* Connects to the configured database.
*
* @throws \Cake\Database\Exception\MissingConnectionException if credentials are invalid.
* @return bool true, if the connection attempt was successful or already connected.
* @return bool true, if the connection was already established or the attempt was successful.
*/
public function connect()
{
Expand Down

0 comments on commit bdcc586

Please sign in to comment.