PHP Mess Detector v1.2.1 Release Notes
Release Date: 2011-10-04 // over 11 years ago-
๐ The 1.2.1 release of PHPMD closes several minor issues and bugs. Beside that we have added a contribution by Francis Besset with โ additions rules for PHPMD. Finally we have updated the utilized ๐ PHP_Depend version to a newer release.
- ๐ Fixed #14990109: False detection of unused variable Fixed in commit #183fbd5.
- ๐ Fixed #23278127: PHPMD should exclude unused parameters from inherited methods Fixed in commit #d162b21.
- ๐ Fixed #9355859: PHP_Depend exceptions are silently ignored Fixed in commit #d3d553f.
- ๐ Implemented #11055167: Move PHPUnit annotations from method doc block to class doc block Implemented in commit #7bcddde.
- โ Added Superglobals rule in Controversial Implemented in commit #7176e74.
- โ Added rules to check CamelCase Implemented in commit #1c3c260.