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 bac6284 commit 3d293c3Copy full SHA for 3d293c3
build/ignore-by-php-version.neon.php
@@ -38,6 +38,11 @@
38
} else {
39
$includes[] = __DIR__ . '/new-phpunit.neon';
40
}
41
+
42
+if (PHP_VERSION_ID < 80300) {
43
+ $includes[] = __DIR__ . '/str-increment.neon';
44
+}
45
46
$config = [];
47
$config['includes'] = $includes;
48
build/str-increment.neon
@@ -0,0 +1,4 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: '#^Used function str_increment not found\.#'
0 commit comments