Releases: unleashedtech/php-coding-standard
Releases · unleashedtech/php-coding-standard
v2.2.0
- 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
- Added strict function call sniff
- Fixed compatibility with newer versions of the Slevomat standard
v2.0.0
Complete rebuild of the UT Coding Standard
v2.0.0-alpha3
Fixed
- Allow partial sentences in exception comments
v2.0.0-alpha2
Fixed
- Fixed sniff incorrectly adding backslashes in global namespace (fixes #6)
- Fixed incorrect code standard in example
v2.0.0-alpha1
Rebuild of the coding standard based on Doctrine's
v1.0.0
v1.0.0
v0.1.1
Don't require comments for private methods
v0.1.0
Initial release