#camelCaseVariables lint rule in php
4 messages · Page 1 of 1 (latest)
Pint (or rather PHP-CS-Fixer) doesn't have a rule for that.
This is partially because it's a rather difficult rule to implement properly (all usages must also match, even within blade for example). But also, PER/PSR-12 etc don't have a recommendation / rule for it either. So it would have to be something that's enforced in your own guidelines, or you'd need to write your own fixer