Skip to content

Releases: nepada/coding-standard

7.14.0

16 Dec 20:26
Compare
Choose a tag to compare
  • Bump version of squizlabs/php_codesniffer to improve PHP 8.2 and 8.3 support.
  • Enable new NamedArgumentSpacing sniff from Slevomat

7.13.0

28 Sep 16:29
Compare
Choose a tag to compare
  • Allow constructor property promotion

7.12.0

18 Sep 20:30
Compare
Choose a tag to compare
  • Prefer partial phpdoc over useless annotations

7.11.0

28 Jul 06:53
Compare
Choose a tag to compare
  • Relax phpdoc rules to allow omitting useless annotations covered by native types

7.10.0

14 May 21:34
Compare
Choose a tag to compare
  • Enable new slevomat ArrayAccess sniff

7.9.0

22 Apr 07:53
Compare
Choose a tag to compare
  • Enable AnnotationName check sniff

7.8.0

11 Apr 06:49
Compare
Choose a tag to compare
  • Disallow variable parsing in string
  • Disallow string expression property fetch
  • Disallow partially keyed arrays

7.7.0

26 Mar 12:52
Compare
Choose a tag to compare
  • Check spacing of enum cases and properties
  • Disallow variable variable
  • Disallow trailing multi-line ternary operator
  • Require self reference

7.6.0

22 Oct 05:42
Compare
Choose a tag to compare
  • Enable new attribute related sniffs from slevomat/coding-standard

7.5.2

10 Jul 04:15
Compare
Choose a tag to compare
  • Bump to slevomat/coding-standard 8.2
  • Enable BackedEnumTypeSpacing sniff