diff --git a/core/lib/Drupal/Core/Database/Query/Delete.php b/core/lib/Drupal/Core/Database/Query/Delete.php index 1f59dd9a453def535d407212ecae2e2a54cfd2c5..148f169dbcb53b422caabc899689a25532013691 100644 --- a/core/lib/Drupal/Core/Database/Query/Delete.php +++ b/core/lib/Drupal/Core/Database/Query/Delete.php @@ -47,8 +47,8 @@ public function __construct(Connection $connection, $table, array $options = arr /** * 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();