diff --git a/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php b/tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php index 1a9b0851d36c09ce913175c5dd1e76cc3fa96d5e..6884b788a248aa5d76cd692a216de40746ae41ce 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()