PHP Mess Detector v2.0.0 Release Notes

Release Date: 2014-05-21 // over 11 years ago
  • ๐Ÿš€ This is major release of PHPMD which utilizes 2.0 engine of PDepend.

    • ๐Ÿ›  Fixed #111: Changelog with old releases and invalid dates removed. Fixed in commit #cdfbb8f.
    • Implemented #40: Allow multiple report files Now it is possible to render multiple report files during a single PHPMD run, just add: --reportfile-xml report.xml --reportfile-html report.html --reportfile-text report.txt to the PHP command line call. Implemented in commit #e16c38c.
    • Implemented #61: UnusedLocalVariable fix for compact handling in Symfony2 Implemented in commit #a1dc403.
    • ๐Ÿ‘ Implemented #119: PDepend 2.0 support Implemented in commit #8c3ebe1.
    • Implemented #122: Add: New parameter 'ignore-whitespace' to LongClass and LongMethod rules Implemented in commit #19c4da8.