Skip to content

Commit 54fec6d

Browse files
committed
Fix build
1 parent 81d40b5 commit 54fec6d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build/fiber.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
$includes[] = __DIR__ . '/php-85.neon';
4848
}
4949

50+
if (PHP_VERSION_ID < 80100) {
51+
$includes[] = __DIR__ . '/fiber.neon';
52+
}
53+
5054
$config = [];
5155
$config['includes'] = $includes;
5256

0 commit comments

Comments
 (0)