[ValueObject] Add PHP_80 constant to PhpVersion class (#5109)

This commit is contained in:
Abdul Malik Ikhsan 2021-01-08 17:17:51 +07:00 committed by GitHub
parent b82c473e8d
commit 2e5ca7cc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,12 @@ final class PhpVersion
*/
public const PHP_74 = 70400;
/**
* @api
* @var int
*/
public const PHP_80 = 80000;
/**
* @api
* @var int