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 81d40b5 commit 54fec6dCopy full SHA for 54fec6d
build/fiber.neon
@@ -0,0 +1,6 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: '#class Fiber#'
5
+ identifier: class.notFound
6
+ path: ../src/Analyser/Generator/*
build/ignore-by-php-version.neon.php
@@ -47,6 +47,10 @@
47
$includes[] = __DIR__ . '/php-85.neon';
48
}
49
50
+if (PHP_VERSION_ID < 80100) {
51
+ $includes[] = __DIR__ . '/fiber.neon';
52
+}
53
+
54
$config = [];
55
$config['includes'] = $includes;
56
0 commit comments