mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Increment PHP_MINOR_VERSION (to load delta for PHP 8.2)
This commit is contained in:
parent
ceb50e5cd5
commit
855eef9205
@ -37,7 +37,7 @@ use function version_compare;
|
||||
class InternalCallMapHandler
|
||||
{
|
||||
private const PHP_MAJOR_VERSION = 8;
|
||||
private const PHP_MINOR_VERSION = 1;
|
||||
private const PHP_MINOR_VERSION = 2;
|
||||
private const LOWEST_AVAILABLE_DELTA = 71;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user