PhpMetrics icon indicating copy to clipboard operation
PhpMetrics copied to clipboard

Prepare for newer PHP versions

Open MetalArend opened this issue 7 months ago • 0 comments

Bug report

Running PhpMetrics against the newest PHP versions (PHP 8.3) gives a lot of deprecation warnings:

  • Creation of dynamic property xxx is deprecated
  • Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated
  • Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated

MetalArend avatar Jul 17 '24 10:07 MetalArend