cakephp-codesniffer
cakephp-codesniffer copied to clipboard
Enum case casing
Refs https://github.com/slevomat/coding-standard/issues/1649
For existing (core) code we could skip/silence the sniff, so it mainly only reports for Model/ layer for now.
I whipped sth up in https://github.com/php-collective/code-sniffer/pull/12 for now We could adapt this pretty much as is I assume?
If there is interest you can pull this upstream. Closing then for now.