From 633d5d1d77d617162a4440b829152867a3703684 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Thu, 4 Apr 2024 14:39:32 -0400
Subject: [PATCH] Issue #3437409: Don't allow core updates in
 automatic_updates_extensions- phpcs fix

---
 .../src/Kernel/Validator/ForbidCoreChangesValidatorTest.php     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php b/automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
index a6b3f70272..c06e52bb56 100644
--- a/automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
+++ b/automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
@@ -23,7 +23,7 @@ class ForbidCoreChangesValidatorTest extends AutomaticUpdatesExtensionsKernelTes
    *   removed in the stage.
    * @param string[][] $new_packages
    *   An array of the new packages to add to the stage.
-   * @param ValidationResult[] $expected_results
+   * @param \Drupal\package_manager\ValidationResult[] $expected_results
    *   The expected validation results.
    *
    * @dataProvider providerTestErrorMessage
-- 
GitLab