mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
[ValueObject] Add PHP_80 constant to PhpVersion class (#5109)
This commit is contained in:
parent
b82c473e8d
commit
2e5ca7cc34
@ -60,6 +60,12 @@ final class PhpVersion
|
||||
*/
|
||||
public const PHP_74 = 70400;
|
||||
|
||||
/**
|
||||
* @api
|
||||
* @var int
|
||||
*/
|
||||
public const PHP_80 = 80000;
|
||||
|
||||
/**
|
||||
* @api
|
||||
* @var int
|
||||
|
Loading…
x
Reference in New Issue
Block a user