php-fig / per-coding-style

PER coding style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enum cases capitalization style

jef348 opened this issue · comments

Enum case declarations MUST use CamelCase capitalization.

Should be Enum case declarations MUST use PascalCase capitalization. since that is what is both demonstrated and consistent with constants in Enumerations.