Browse Source

Update Connection.php

inoas 8 years ago
parent
commit
bdcc58604d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Connection.php

+ 1 - 1
src/Database/Connection.php

@@ -214,7 +214,7 @@ class Connection implements ConnectionInterface
      * 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()
     {