Skip to content

Releases: slevomat/coding-standard

3.0.4

24 Jul 13:39
Compare
Choose a tag to compare

Fixes:

  • YodaComparisonSniff: Fixed comparisons in arrays
  • YodaComparisonSniff: Fixer should not reformat code

2.4.6

24 Jul 13:49
Compare
Choose a tag to compare

Fixes:

  • YodaComparisonSniff: Fixed comparisons in arrays
  • YodaComparisonSniff: Fixer should not reformat code

3.0.3

03 Jul 20:35
Compare
Choose a tag to compare

Fixes:

  • TypeHintDeclarationSniff: Parameters are not useless when they have description
  • TypeHintDeclarationSniff: Methods with @inheritdoc are ignored

2.4.5

03 Jul 20:34
Compare
Choose a tag to compare

Fixes:

  • TypeHintDeclarationSniff: Parameters are not useless when they have description
  • TypeHintDeclarationSniff: Methods with @inheritdoc are ignored

3.0.2

29 Jun 22:22
Compare
Choose a tag to compare

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

29 Jun 22:21
Compare
Choose a tag to compare

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

20 Jun 13:49
Compare
Choose a tag to compare

Fixes:

  • TrailingArrayCommaSniff: Should not report errors for empty multiline arrays
  • UnusedUsesSniff: Fixed annotation parsing

3.0.1

20 Jun 13:50
Compare
Choose a tag to compare

Fixes:

  • TrailingArrayCommaSniff: Should not report errors for empty multiline arrays
  • UnusedUsesSniff: Fixed annotation parsing

3.0.0

14 Jun 09:57
Compare
Choose a tag to compare

Updated to PHP CodeSniffer 3

2.4.2

30 May 20:29
Compare
Choose a tag to compare

Fixes:

  • TypeHintDeclarationSniff: Missing traversable specification was not reported for type hints with partial use