Skip to content

Commit f7197a8

Browse files
committed
Fix baseline
1 parent f6e7286 commit f7197a8

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

build/ignore-by-php-version.neon.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
$config = array_merge_recursive($config, $adapter->load(__DIR__ . '/enum-adapter-errors.neon'));
2828
}
2929

30-
if (PHP_VERSION_ID >= 80000 && PHP_VERSION_ID < 80100) {
31-
$config = array_merge_recursive($config, $adapter->load(__DIR__ . '/unit-enum.neon'));
32-
}
33-
3430
$config['parameters']['phpVersion'] = PHP_VERSION_ID;
3531

3632
return $config;

build/unit-enum.neon

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)