Open Morgy93 opened 11 months ago
I just checked and PHPStorm adds these x usages
:
Maybe an action to show all unused references or to remove them. Something like that. I just want some attention for it.
Good idea, we already know it has "0 references
", so adding this diagnostic would have no additional overhead.
Hello,
check.
I'd like to have this for unused properties as well:
private int $id;
is unused and should be removed.