PHP Mess Detector v2.3.0 Release Notes

Release Date: 2015-09-22 // over 8 years ago
  • ๐Ÿ›  This new release contains several contributed bugfixes and additions ๐Ÿ‘ to PHPMD. Beside that we now have better support for language constructs in the upcoming PHP 7.

    • ๐Ÿ›  Fixed #272: Improve type hint. Fixed in commit #724bf76.
    • ๐Ÿ›  Fixed #293: Declared missing method in abstract class Fixed in commit #9b806f6.
    • ๐Ÿ›  Fixed #297: Complete fix for timezone warning. Fixed in commit #227d469.
    • ๐Ÿ›  Fixed #301: Fix mixed up links in documentation. Fixed in commit #4bc4eeb.
    • ๐Ÿ›  Fixed #304: Fix #303, change if condition order. Fixed in commit #3376c73.
    • Implemented #232: Three new features about references, includes and include-paths Implemented in commit #180848f.
    • Implemented #241: Fix of UnusedPrivateMethod chained method calls. Implemented in commit #7e02f38.
    • โœ… Implemented #257: Add option to allow having an undercore in test methods. Implemented in commit #3cbe76d.
    • Implemented #265: Search for development code Implemented in commit #dfa6872.
    • Implemented #273: Add TooManyPublicMethods rule. Implemented in commit #b862f1f.
    • Implemented #291: Define the version constraints of deps in Composer using the caret operator. Implemented in commit #586ccfc.
    • Implemented #306: Use new Travis infrastructure. Implemented in commit #cd1308e.