PHP Mess Detector v2.8.0 Release Notes
Release Date: 2019-12-18 // over 3 years ago-
โ Added
- ๐ Required at least pdepend/pdepend 2.6:
- Added PHP 7.1 to 7.3 syntax support
- Added Symfony 5 support
- #571: Added
ignore-namespaces
property toDevelopmentCodeFragment
rule - #595: Added a renderer which writes an ansi report string
๐ Fixed
- ๐ Improved performances by disabling XDebug if in use
- #657 Fix IfStatementAssignment violation message
- โ #667: Be sure the phar file use the latest possible versions of dependencies (like pdepend)
- #661: Fix IfStatementAssignment thrown incorrectly
- โ #676: Handle @SuppressWarnings on each method for CountInLoop
- โก๏ธ #659: Update RuleSetFactory to be PHP 7.4 compatible
- ๐ Update different parts of the documentation. #595 #645 #646 #648 #652 #665 #679 #691
๐ Consult the changelog for the full history of noteworthy changes or browse through the list of commits since the last release.
๐ Contributors to this release
๐ We would like to thank all the contributors that helped make this release possible:
- @raa0121
- @AJenbo
- @DannyvdSluijs
- @eeree
- @Jir4
- @poplary
- @SailorMax
- @tariq86
- @PtrTn
- @wirwolf
- @tvbeek
- @szepeviktor
- @kylekatarnls
- @ravage84
Also, we are very grateful to contributors that opened issues, created pull requests or participated as our community.
- ๐ Required at least pdepend/pdepend 2.6: