diff --git a/core/lib/Drupal/Core/Database/StatementInterface.php b/core/lib/Drupal/Core/Database/StatementInterface.php index b4adf3742d9da6438a1d681f1ac89f1c6bd68b37..e6c3afd4cc26a488bd2fd99f0eda23ff0ef8f2e9 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.