We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f2ac7 commit 9ed23b0Copy full SHA for 9ed23b0
spec.md
@@ -1104,7 +1104,7 @@ space between the colon and the backing type. This is consistent with the style
1104
1105
Enum case declarations MUST use CamelCase capitalization. Enum case declarations MUST be on their own line.
1106
1107
-Constants in Enumerations MAY use either CamelCase or UPPER_CASE capitalization. CamelCase is RECOMMENDED,
+Constants in Enumerations MAY use either PascalCase or UPPER_CASE capitalization. PascalCase is RECOMMENDED,
1108
so that it is consistent with case declarations.
1109
1110
```php
0 commit comments