PHP Mess Detector v1.2.0 Release Notes

Release Date: 2011-09-27 // over 12 years ago
  • ๐Ÿ”– 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.

    • โœ… 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.