We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eg self::SOMETHING_SIX = 6; should be disallowed
Will need to work out languages but default to English
The text was updated successfully, but these errors were encountered:
Hey, Nice idea:) I wouldn't put it as strict check but more like warning/suggestion type of check:)
Sorry, something went wrong.
Check for named constants
ebd6a7e
Eg remove $six = 6 or $week = 7 These sorts of numbers are still magic, fixes povils#83
Successfully merging a pull request may close this issue.
Eg self::SOMETHING_SIX = 6; should be disallowed
Will need to work out languages but default to English
The text was updated successfully, but these errors were encountered: