diff --git a/Universal/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php b/Universal/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php index ba44d93..4de6116 100644 --- a/Universal/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php +++ b/Universal/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php @@ -76,7 +76,7 @@ public function getErrorList($testFile = '') { // As of PHP 8.3, comments may be tokenized within a "yield from" token, but only for PHPCS < 3.11.0. $commentsInYieldFrom = false; - if (\PHP_VERSION_ID >= 80300 /*&& \version_compare(Config::VERSION, '3.11.0', '<')*/) { + if (\PHP_VERSION_ID >= 80300 && \version_compare(Config::VERSION, '3.11.0', '<')) { $commentsInYieldFrom = true; }