From 9718e6d120c3f450f96f12afa2b99a77a6f6abcc Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 25 Feb 2022 12:59:42 +0000
Subject: [PATCH] Issue #3266535 by Spokje: Remove remaining references to the
 hal module from core/phpstan-baseline.neon

---
 core/phpstan-baseline.neon | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/core/phpstan-baseline.neon b/core/phpstan-baseline.neon
index 082e633944d6..2f385bc8079c 100644
--- a/core/phpstan-baseline.neon
+++ b/core/phpstan-baseline.neon
@@ -355,11 +355,6 @@ parameters:
 			count: 1
 			path: modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
 
-		-
-			message: "#^Access to an undefined static property static\\(Drupal\\\\Tests\\\\hal\\\\Functional\\\\dblog\\\\DbLogResourceTest\\)\\:\\:\\$entityTypeId\\.$#"
-			count: 1
-			path: modules/hal/tests/src/Functional/dblog/DbLogResourceTest.php
-
 		-
 			message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
 			count: 3
@@ -405,16 +400,6 @@ parameters:
 			count: 1
 			path: modules/file/tests/src/Functional/FileUploadJsonCookieTest.php
 
-		-
-			message: "#^Access to an undefined static property static\\(Drupal\\\\Tests\\\\hal\\\\Functional\\\\file\\\\FileUploadHalJsonCookieTest\\)\\:\\:\\$entityTypeId\\.$#"
-			count: 1
-			path: modules/hal/tests/src/Functional/file/FileUploadHalJsonCookieTest.php
-
-		-
-			message: "#^Access to an undefined static property static\\(Drupal\\\\Tests\\\\hal\\\\Functional\\\\file\\\\FileUploadHalJsonTestBase\\)\\:\\:\\$entityTypeId\\.$#"
-			count: 1
-			path: modules/hal/tests/src/Functional/file/FileUploadHalJsonTestBase.php
-
 		-
 			message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
 			count: 2
@@ -690,11 +675,6 @@ parameters:
 			count: 2
 			path: modules/user/src/EventSubscriber/UserRequestSubscriber.php
 
-		-
-			message: "#^Access to an undefined static property static\\(Drupal\\\\Tests\\\\hal\\\\Functional\\\\user\\\\RestRegisterUserTest\\)\\:\\:\\$entityTypeId\\.$#"
-			count: 1
-			path: modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
-
 		-
 			message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
 			count: 2
-- 
GitLab