PhpMetrics icon indicating copy to clipboard operation
PhpMetrics copied to clipboard

"new static" is incorrectly reported as a package relation to global

Open kapitancho opened this issue 4 years ago • 0 comments

PhpMetrics - version 2.5.0.

I have a code like "new static(......)" If I open the "Package Relations" page I see a reference to the global package (that's wrong). If I change the code to "new self(......)" everything is reported correctly - there is no reference to the global package (as expected).

kapitancho avatar Mar 10 '20 00:03 kapitancho