Issue #2488750 by lalweil: Typo in DatabaseConnection::query
parent
e835365692
commit
7933ac459d
|
@ -656,7 +656,7 @@ abstract class DatabaseConnection extends PDO {
|
|||
* @return DatabaseStatementInterface
|
||||
* This method will return one of: the executed statement, the number of
|
||||
* 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
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue