Issue #2488750 by lalweil: Typo in DatabaseConnection::query

merge-requests/26/head
David Rothstein 2015-10-14 15:30:14 -04:00
parent e835365692
commit 7933ac459d
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ abstract class DatabaseConnection extends PDO {
* @return DatabaseStatementInterface * @return DatabaseStatementInterface
* This method will return one of: the executed statement, the number of * This method will return one of: the executed statement, the number of
* rows affected by the query (not the number matched), or the generated * rows affected by the query (not the number matched), or the generated
* insert IT of the last query, depending on the value of * insert ID of the last query, depending on the value of
* $options['return']. Typically that value will be set by default or a * $options['return']. Typically that value will be set by default or a
* query builder and should not be set by a user. If there is an error, * query builder and should not be set by a user. If there is an error,
* this method will return NULL and may throw an exception if * this method will return NULL and may throw an exception if