mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
"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';
|
|
}
|