-
Notifications
You must be signed in to change notification settings - Fork 125
Remove sniffs in favor of build-in ones #104
Copy link
Copy link
Closed
Description
The following sniffs can be removed in favor of one of core PHP_CodeSniffer sniffs, that do the same:
- ElseIfDeclarationSniff
- LowerCaseConstantSniff (removed in First round of changes needed for PHPCS-2 migration #101)
- CastSpacingSniff (removed in First round of changes needed for PHPCS-2 migration #101)
- SpaceAfterCastSniff (doesn't this conflict with above sniff?)
- ConcatenationSpacingSniff
- DisallowSpaceIndentSniff (removed in First round of changes needed for PHPCS-2 migration #101)
- SuperfluousWhitespaceSniff
- SemicolonSpacingSniff (removed in First round of changes needed for PHPCS-2 migration #101)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels