-
Notifications
You must be signed in to change notification settings - Fork 664
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
Breaking changes for v3 #1040
Comments
@muglug #855 as it stands does not have any breaking changes. Remaining todo items are not strictly required, the PR can be merged as is . There's couple of finishing touches I want to do before it's merged though: namespacing the |
Removed |
What about snake_casing the Sadly, neither php-cs-fixer nor codesniffer seem to have an option for snake_case vars/props. |
I have a custom sniffer based on another sniffer which will warn about variables/properties that seem to be camelCase, to enforce this consistency. See https://github.com/phan/phan/blob/master/internal/PHP_CodeSniffer/Sniffs/ValidUnderscoreVariableNameSniff.php and https://github.com/phan/phan/blob/9a1e89cd615ca44ffa4ccb5db69674bd9213217d/phpcs.xml#L56-L59 |
*Checker
to*Analyzer
allowStringToStandInForClass
default tofalse
allowCoercionFromStringToClassConst
The text was updated successfully, but these errors were encountered: