Skip to content

Commit 9afe071

Browse files
Fix phpstan
1 parent 58488b8 commit 9afe071

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

build/datetime-php-83.neon

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
$includes[] = __DIR__ . '/spl-autoload-functions-php-8.neon';
2929
}
3030

31-
if (PHP_VERSION_ID >= 80300) {
32-
$includes[] = __DIR__ . '/datetime-php-83.neon';
33-
}
34-
3531
if (PHP_VERSION_ID >= 80400) {
3632
$includes[] = __DIR__ . '/deprecated-8.4.neon';
3733
}

0 commit comments

Comments
 (0)