From 74e2380ba64fb4da45a0cb0df4f383125fae3bdf Mon Sep 17 00:00:00 2001
From: Kunal Sachdev <57170-kunal.sachdev@users.noreply.drupalcode.org>
Date: Fri, 7 Apr 2023 21:59:02 +0000
Subject: [PATCH] Issue #3352898 by kunal.sachdev:
 Drupal\automatic_updates_test\Datetime\TestTime constructor doc comment is
 wrong

---
 tests/modules/automatic_updates_test/src/Datetime/TestTime.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/modules/automatic_updates_test/src/Datetime/TestTime.php b/tests/modules/automatic_updates_test/src/Datetime/TestTime.php
index 6048d6b65f..9e7d5979a7 100644
--- a/tests/modules/automatic_updates_test/src/Datetime/TestTime.php
+++ b/tests/modules/automatic_updates_test/src/Datetime/TestTime.php
@@ -20,7 +20,7 @@ class TestTime extends Time {
   protected $decoratorTime;
 
   /**
-   * Constructs an Updater object.
+   * Constructs a TestTime object.
    *
    * @param \Drupal\Component\Datetime\Time $time
    *   The time service.
-- 
GitLab