phpmd / phpmd

PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.

Home Page:https://phpmd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /iims/vendor/phpmd/phpmd/src/main/php/PHPMD/Renderer/HTMLRenderer.php on line 490

jamesRUS52 opened this issue · comments

  • PHPMD version: 2.13.0
  • PHP Version: 8.2
  • Installation type: composer
  • Operating System / Distribution & Version: Fedora 38

Current Behavior

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /iims/vendor/phpmd/phpmd/src/main/php/PHPMD/Renderer/HTMLRenderer.php on line 490

Expected Behavior

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /iims/vendor/phpmd/phpmd/src/main/php/PHPMD/Renderer/HTMLRenderer.php on line 490

Steps To Reproduce:

Generate report in HTML format

commented

It's already fixed and will be released in the next version:
d9435b7