From 8339bd5b6ad12c8ef810164579d31925c56d4a4c Mon Sep 17 00:00:00 2001 From: Klaus Purer <klaus.purer@protonmail.ch> Date: Tue, 31 Dec 2024 10:50:31 +0100 Subject: [PATCH] test(ScopeIndent): Fix PHP attribute error lines (#3461148) --- tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php b/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php index 1a9b0851..6884b788 100644 --- a/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php +++ b/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php @@ -26,6 +26,8 @@ class ScopeIndentUnitTest extends CoderSniffUnitTest 20 => 1, 32 => 1, 34 => 1, + 216 => 1, + 222 => 1, ]; }//end getErrorList() -- GitLab