You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: