From c285e2b22cc2e059f0e6702971f43a6535bbccc0 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sun, 3 May 2020 11:33:15 +0100
Subject: [PATCH] Issue #3094454 follow-up by alexpott: Fix remaining
 @deprecated (missing a change record) manually and enable the coding standard

---
 core/lib/Drupal/Core/Database/Connection.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Database/Connection.php b/core/lib/Drupal/Core/Database/Connection.php
index d6d3305e9e75..c6ce48e523c8 100644
--- a/core/lib/Drupal/Core/Database/Connection.php
+++ b/core/lib/Drupal/Core/Database/Connection.php
@@ -1533,7 +1533,7 @@ public function clientVersion() {
    * @return bool
    *   TRUE if this connection supports transactions, FALSE otherwise.
    *
-   * @deprecated in drupal:9.1.0 and is removed in drupal:10.0.0. All database
+   * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database
    * drivers must support transactions.
    *
    * @see https://www.drupal.org/node/2278745
-- 
GitLab