Releases: slevomat/coding-standard
Releases · slevomat/coding-standard
3.1.2
Fixes:
LanguageConstructWithParenthesesSniff
: T_EXIT
should be checked too
3.1.1
Fixes:
UnusedPrivateElementsSniff
: Fixed infinite loop
3.1.0
New sniffs:
LanguageConstructWithParenthesesSniff
: Checks and fixes language construct used with parentheses
Fixes:
UnusedPrivateElementsSniff
: Fixed false positive
3.0.5
Fixes:
UnusedPrivateElementsSniff
: Fixed false positive
2.4.7
Fixes:
UnusedPrivateElementsSniff
: Fixed false positive
3.0.4
Fixes:
YodaComparisonSniff
: Fixed comparisons in arrays
YodaComparisonSniff
: Fixer should not reformat code
2.4.6
Fixes:
YodaComparisonSniff
: Fixed comparisons in arrays
YodaComparisonSniff
: Fixer should not reformat code
3.0.3
Fixes:
TypeHintDeclarationSniff
: Parameters are not useless when they have description
TypeHintDeclarationSniff
: Methods with @inheritdoc
are ignored
2.4.5
Fixes:
TypeHintDeclarationSniff
: Parameters are not useless when they have description
TypeHintDeclarationSniff
: Methods with @inheritdoc
are ignored
3.0.2
Fixes:
TypeHintDeclarationSniff
: Parameters are not useless when they have description
TypeNameMatchesFileNameSniff
: Improved normalization of "rootNamespaces" settings
TypeNameMatchesFileNameSniff
: "extensions" settings should be normalized