-
Notifications
You must be signed in to change notification settings - Fork 159
[New Rule] Implement sniff for constants PHPDoc formatting #107
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
Comments
- added strict comparison - changed sequence in the ruleset.xml
This rule is strange. How PHPCS detect if constant is actually self-explaining or not? |
@krisdante constants may have a short description. If the short description adds no additional information beyond what the constant name already supplies, the short description must be omitted.
|
…-in-constructor Fixed undefined variable error in AutogeneratedClassNotInConstructorSniff
Rule
PHPDoc formatting for constants.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: