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.
1 parent 0f3237a commit 5b0b6abCopy full SHA for 5b0b6ab
src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.php
@@ -27,11 +27,11 @@ public function getErrorList()
27
{
28
$errors = [];
29
30
- if (PHP_VERSION_ID >= 70200) {
+ if (PHP_VERSION_ID >= 70200 && PHP_VERSION_ID < 80000) {
31
$errors[3] = 1;
32
}
33
34
- if (PHP_VERSION_ID >= 70300) {
+ if (PHP_VERSION_ID >= 70300 && PHP_VERSION_ID < 80000) {
35
$errors[4] = 1;
36
37
0 commit comments