Issue #2042239 by tbradbury, pkiraly, lucaslg, pjonckiere, oriol_e9g, ivanchaer, jhodgdon, chx, cilefen, David_Rothstein: DeleteQuery::execute (Delete::execute() in D8) return value documentation is unusable

8.0.x
xjm 2015-10-23 20:15:22 -07:00
parent 049d6b0ddf
commit 9af4f7a7d6
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class Delete extends Query implements ConditionInterface {
/**
* Executes the DELETE query.
*
* @return
* The return value is dependent on the database connection.
* @return int
* The number of rows affected by the delete query.
*/
public function execute() {
$values = array();