mirror of
https://github.com/git/git.git
synced 2024-11-23 09:56:28 +08:00
2c7f3aacd3
"enum" keyword will be introduced in PHP 8.1. https://wiki.php.net/rfc/enumerations Signed-off-by: USAMI Kenta <tadsan@zonu.me> Signed-off-by: Junio C Hamano <gitster@pobox.com>
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
enum RIGHT: string
|
|
{
|
|
case Foo = 'ChangeMe';
|
|
}
|