We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c468b + a3ef964 commit 2bd085aCopy full SHA for 2bd085a
Universal/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php
@@ -76,7 +76,7 @@ public function getErrorList($testFile = '')
76
{
77
// As of PHP 8.3, comments may be tokenized within a "yield from" token, but only for PHPCS < 3.11.0.
78
$commentsInYieldFrom = false;
79
- if (\PHP_VERSION_ID >= 80300 /*&& \version_compare(Config::VERSION, '3.11.0', '<')*/) {
+ if (\PHP_VERSION_ID >= 80300 && \version_compare(Config::VERSION, '3.11.0', '<')) {
80
$commentsInYieldFrom = true;
81
}
82
0 commit comments