mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00: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>
4 lines
50 B
Text
4 lines
50 B
Text
enum RIGHT: string
|
|
{
|
|
case Foo = 'ChangeMe';
|
|
}
|