From cb3fe405be0f86944d75d87a468d5a5fa0ed8279 Mon Sep 17 00:00:00 2001
From: Dave Long <dave@longwaveconsulting.com>
Date: Sun, 30 Apr 2023 19:04:11 +0100
Subject: [PATCH] Issue #3354951 by Spokje: Update @todo comment in
 \Drupal\Core\Database\StatementInterface::fetchObject

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

diff --git a/core/lib/Drupal/Core/Database/StatementInterface.php b/core/lib/Drupal/Core/Database/StatementInterface.php
index b4adf3742d9d..e6c3afd4cc26 100644
--- a/core/lib/Drupal/Core/Database/StatementInterface.php
+++ b/core/lib/Drupal/Core/Database/StatementInterface.php
@@ -120,7 +120,7 @@ public function fetchField($index = 0);
    * or stdClass if not specified.
    *
    * phpcs:disable Drupal.Commenting
-   * @todo Remove PHPCS overrides https://www.drupal.org/node/3194677.
+   * @todo Remove PHPCS overrides https://www.drupal.org/node/3354672.
    *
    * @param string|null $class_name
    *   Name of the created class.
-- 
GitLab