PHP Mess Detector v2.4.0 Release Notes

Release Date: 2016-03-08 // about 8 years ago
  • ๐Ÿš€ This release adds a new helper method to access the full qualified name of an analyzed node.

    • ๐Ÿ›  Fixed #335: Typo in clean code rule description fixed. Fixed in commit #59a6e8a.
    • Helper method added, so that we can access the full qualified name of a class, method, interface or function. Implemented in commit #e46a099.
    • Implemented #334: Added __debugInfo to list of ignored methods. Implemented in commit #f8b017a.