Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored and dereuromark committed Nov 15, 2016
1 parent 97f008a commit 2417f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/ConnectionManager.php
Expand Up @@ -183,7 +183,7 @@ public static function dropAlias($name)
*
* @param string $name The connection name.
* @param bool $useAliases Set to false to not use aliased connections.
* @return \Cake\\ConnectionInterface A connection object.
* @return \Cake\Datasource\ConnectionInterface A connection object.
* @throws \Cake\Datasource\Exception\MissingDatasourceConfigException When config
* data is missing.
*/
Expand Down

0 comments on commit 2417f01

Please sign in to comment.