PHPMD - PHP Mess Detector ~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Manuel Pichler :Date: Wed, 29 Feb 2012 23:12:28 +0100 :Copyright: All rights reserved ============= Version 1.2.0 ============= :Author: Manuel Pichler :Copyright: All rights reserved :Keywords: Release, Version 1.2.0, Features :Description: This document contains the release notes for the PHPMD release 1.2.0. Version 1.2.0 is a small feature release of PHPMD that introduces the new command line option --strict. This options forces PHPMD to apply all rules, even if a source node contains the @SuppressWarnings annotation. Features ======== - Implemented: Controverial PHPMD rule that checks if the project under test does not utilize PHP's super globals. Implemented in commit `#0e60fb9`__. - Implemented #18462127: PHPMD needs a *strict* mode. Implemented in commit `#b066b44`__. __ http://scm.phpmd.org/0e60fb9 __ http://scm.phpmd.org/b066b44 Downloads ========= You can download release 1.2.0 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.0/phpmd.phar