Releases: slevomat/coding-standard
Releases · slevomat/coding-standard
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
2.4.4
Fixes:
TypeHintDeclarationSniff
: Parameters are not useless when they have description
TypeNameMatchesFileNameSniff
: Improved normalization of "rootNamespaces" settings
TypeNameMatchesFileNameSniff
: "extensions" settings should be normalized
2.4.3
Fixes:
TrailingArrayCommaSniff
: Should not report errors for empty multiline arrays
UnusedUsesSniff
: Fixed annotation parsing
3.0.1
Fixes:
TrailingArrayCommaSniff
: Should not report errors for empty multiline arrays
UnusedUsesSniff
: Fixed annotation parsing
3.0.0
Updated to PHP CodeSniffer 3
2.4.2
Fixes:
TypeHintDeclarationSniff
: Missing traversable specification was not reported for type hints with partial use