From b49283d6089c5352ecefeb8e24623dc15d15f01c Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 5 Oct 2020 13:17:53 +0100 Subject: [PATCH] Issue #3174569 by paulocs: Fix English mistake in Connection.php (cherry picked from commit 00fcf2d6bb2b8eb469e391d5d32988c9940b1034) --- core/lib/Drupal/Core/Database/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal/Core/Database/Connection.php b/core/lib/Drupal/Core/Database/Connection.php index 00e6d6c9d026..70e0dea87444 100644 --- a/core/lib/Drupal/Core/Database/Connection.php +++ b/core/lib/Drupal/Core/Database/Connection.php @@ -1501,8 +1501,8 @@ abstract public function nextId($existing_id = 0); /** * Prepares a statement for execution and returns a statement object * - * Emulated prepared statements does not communicate with the database server - * so this method does not check the statement. + * Emulated prepared statements do not communicate with the database server so + * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server. -- GitLab