Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consistent uppercase for enum case def. #17512

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Conversation

dereuromark
Copy link
Member

Refs cakephp/bake#972

So far all the core code is UPPER_CASE, if we wanted to use CamelCase, we could switch it probably with only minor BC issues.

Either way we should also introduce a code sniffer to verify it consistently.

@dereuromark dereuromark added this to the 5.0.5 milestone Dec 29, 2023
@othercorey othercorey force-pushed the consistent-enum-case-casing branch from 6a101d6 to e83414c Compare December 29, 2023 15:48
@markstory markstory merged commit 0a59be1 into 5.x Dec 29, 2023
11 checks passed
@markstory markstory deleted the consistent-enum-case-casing branch December 29, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants