DbConnection: select() returns a DbQuery, not a Query

This commit is contained in:
Johannes Meyer 2015-05-04 11:13:38 +02:00
parent e7789ed640
commit ecd059dec5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class DbConnection implements Selectable
/**
* Provide a query on this connection
*
* @return Query
* @return DbQuery
*/
public function select()
{