Skip to content

Releases: PcComponentes/coding-standard

v3.3.3

08 Jun 09:01
213e20b

Choose a tag to compare

  • chore: change composer package type (by @rodrigoprimo)
  • fix: line break sniff false positive before finally (by @calmohallag)

v3.3.1

21 Nov 12:46
039fff1

Choose a tag to compare

  • fix: remove conflicting phpcs rule and standardize single-line doc comments

v3.3.0

20 Nov 08:53
d78de04

Choose a tag to compare

  • feat: Remove deprecated syntax and sniffs reported
  • feat: RequireSingleLineMethod rule

v3.2.1

15 Sep 11:37
e2199ab

Choose a tag to compare

fix: rule collision

v3.2.0

12 Feb 08:54
6f283b9

Choose a tag to compare

feat: update style rules

v3.1.0

20 Dec 06:51
13f7290

Choose a tag to compare

Rules excluded:

  • SlevomatCodingStandard.Attributes.AttributesOrder: unused, incompatible with php annotations
  • SlevomatCodingStandard.Commenting.DisallowCommentAfterCode: excluded to allow temporal comments (TODOs)

v3.0.3

19 Dec 14:26
a0d724f

Choose a tag to compare

  • fix: Variable Type #29

v3.0.2

15 Nov 12:42
c56aa8a

Choose a tag to compare

  • fix: Skip match function #28

v3.0.1

15 Nov 09:16
c126410

Choose a tag to compare

  • fix: Skip match function #27

v3.0.0

17 Apr 11:26
51536a1

Choose a tag to compare

  • feat: Remove compatibility with PHP < 8.0 #25
  • Exclude rule: SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder #25