Skip to content

Releases: unleashedtech/php-coding-standard

v2.2.0

17 May 20:35
Compare
Choose a tag to compare
  • Warn about TODOs and FIXMEs in code
  • Forbid Git merge conflicts
  • Forbid usage of empty()
  • Forbid usage of debugging functions
  • Require one line between each class member
  • Define @tag groupings for PHPUnit and Psalm
  • Require new instance creation to use parens
  • Make namespace sorting case-sensitive
  • Require 0 spaces after the & reference operator

v2.1.0

03 May 21:05
Compare
Choose a tag to compare
  • Added strict function call sniff
  • Fixed compatibility with newer versions of the Slevomat standard

v2.0.0

12 Apr 21:21
Compare
Choose a tag to compare

Complete rebuild of the UT Coding Standard

v2.0.0-alpha3

08 Apr 21:16
Compare
Choose a tag to compare
v2.0.0-alpha3 Pre-release
Pre-release

Fixed

  • Allow partial sentences in exception comments

v2.0.0-alpha2

07 Apr 20:02
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-release

Fixed

  • Fixed sniff incorrectly adding backslashes in global namespace (fixes #6)
  • Fixed incorrect code standard in example

v2.0.0-alpha1

07 Apr 19:34
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

Rebuild of the coding standard based on Doctrine's

v1.0.0

07 Apr 19:34
Compare
Choose a tag to compare
v1.0.0

v0.1.1

11 Mar 21:30
Compare
Choose a tag to compare

Don't require comments for private methods

v0.1.0

07 Mar 16:43
Compare
Choose a tag to compare

Initial release