From 5f19372c81a4c75b7476699133f183ac84993216 Mon Sep 17 00:00:00 2001
From: Omkar Deshpande <59404-omkar-pd@users.noreply.drupalcode.org>
Date: Tue, 25 Feb 2025 17:30:38 +0000
Subject: [PATCH] Issue #3508350: Update phpcs file to track D11 head -
 2025-02-21

---
 core.phpcs.xml.dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core.phpcs.xml.dist b/core.phpcs.xml.dist
index 52b35c3c1..6a7b9e293 100644
--- a/core.phpcs.xml.dist
+++ b/core.phpcs.xml.dist
@@ -48,6 +48,7 @@
   <rule ref="Drupal.Commenting.ClassComment.Missing">
     <include-pattern>*/Functional/*</include-pattern>
     <include-pattern>*/tests/modules/*</include-pattern>
+    <include-pattern>./core/tests/Drupal/Tests/Core/*</include-pattern>
   </rule>
   <rule ref="Drupal.Commenting.DataTypeNamespace"/>
   <rule ref="Drupal.Commenting.Deprecated"/>
-- 
GitLab