PHPMD - PHP Mess Detector ~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Manuel Pichler :Date: Wed, 29 Feb 2012 23:12:28 +0100 :Copyright: All rights reserved ============= Version 1.2.1 ============= :Author: Manuel Pichler :Copyright: All rights reserved :Keywords: Release, Version 1.2.1, Bug, Bugfix, Features :Description: This document contains the release notes for the PHPMD release 1.2.1. 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. Features ======== - Implemented `#11055167`__: Move PHPUnit annotations from method doc block to class doc block Implemented in commit `#7bcddde`__. - Implemented: Added Superglobals rule in Controversial Implemented in commit `#7176e74`__. - Implemented: Added rules to check CamelCase Implemented in commit `#1c3c260`__. __ https://www.pivotaltracker.com/story/show/11055167 __ http://scm.phpmd.org/7bcddde __ http://scm.phpmd.org/7176e74 __ http://scm.phpmd.org/1c3c260 Bugfixes ======== - 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`__. __ https://www.pivotaltracker.com/story/show/14990109 __ http://scm.phpmd.org/183fbd5 __ https://www.pivotaltracker.com/story/show/23278127 __ http://scm.phpmd.org/d162b21 __ https://www.pivotaltracker.com/story/show/9355859 __ http://scm.phpmd.org/d3d553f Downloads ========= You can download release 1.2.1 through phpmd's `PEAR Channel Server`__ or you can download this release as a `Phar archive`__ here. __ http://pear.phpmd.org __ http://static.phpmd.org/php/1.2.1/phpmd.phar