diff --git a/core/lib/Drupal/Core/Database/Connection.php b/core/lib/Drupal/Core/Database/Connection.php index a14dc0e..d0e9b5a 100644 --- a/core/lib/Drupal/Core/Database/Connection.php +++ b/core/lib/Drupal/Core/Database/Connection.php @@ -658,10 +658,10 @@ protected function handleQueryException(\PDOException $e, $query, array $args = * * @throws \InvalidArgumentException * This exception is thrown when: - * - Thrown when placeholders with a trailing [] are not expanded with an - * array of values. - * - Thrown when the placeholder is to be expanded with an array of values - * and it is missing a trailing []. + * - Placeholders with a trailing [] are not expanded with an array of + * values. + * - The placeholder is to be expanded with an array of values and it is + * missing a trailing []. */ protected function expandArguments(&$query, &$args) { $modified = FALSE;