From 50b2af37308b4bbba631b980a658795338fffeb1 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 24 Feb 2022 11:45:23 +0000 Subject: [PATCH] Issue #3255419: follow-up, fix comment indentation. --- core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php b/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php index 322e1c698910..b0ffb5d58f78 100644 --- a/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php +++ b/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @@ -953,7 +953,7 @@ public function testChangePrimaryKeyToSerial() { } // @todo https://www.drupal.org/project/drupal/issues/3222127 Change the - // first item of the array to 0 to test changing a field with 0 to a serial. + // first item to 0 to test changing a field with 0 to a serial. // Create 8 rows in the table. Note that the 5 value is deliberately // omitted. foreach ([1, 2, 3, 4, 6, 7, 8, 9] as $value) { -- GitLab