PHP Mess Detector v2.5.0 Release Notes

Release Date: 2016-11-23 // over 7 years ago
  • ๐Ÿš€ This release closes several minor/major issues in PHPMD itself and it ๐Ÿ›  bundles a new version of PDepend that also provides fixes for several ๐Ÿ› bugs.

    • ๐Ÿ›  Fixed #386: English language fixes Fixed in commit #2a31103.
    • ๐Ÿ›  Fixed #395: Fix typo in rulesets/cleancode Fixed in commit #f6aa5be.
    • ๐Ÿ›  Fix copy & paste error Fixed in commit #c51ea72.
    • ๐Ÿ›  Fixed #411: Unexpected token: list
    • ๐Ÿ›  Fixed #389: Unexpected token: EMPTY
    • ๐Ÿšš Implemented #365: Remove the leading blank line from the TextRenderer Implemented in commit #ca59154.
    • Implemented #380: add --ignore-exit-violations CLI flag to allow exit code 0 event if violation is found (will allow successfull build for CI) Implemented in commit #9f71d98.
    • โฌ†๏ธ Bump PHP dependency to 5.3.9 Implemented in commit #540d61c.