We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4493d54 + 60cbbc2 commit 6b0f8a1Copy full SHA for 6b0f8a1
CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php
@@ -48,12 +48,6 @@ public function getErrorList()
48
6 => 1,
49
);
50
51
- // The trait insteadof test will only work in PHP versions where traits exist
52
- // and will throw errors in earlier versions.
53
- if (version_compare(PHP_VERSION, '5.4.0') < 0) {
54
- $errors[46] = 2;
55
- }
56
-
57
return $errors;
58
59
}//end getErrorList()
0 commit comments