I would like to identify all classes and public methods in my codebase that have less than 2 usages. I can see this in my IDE (PhpStorm within an open file):
Is there some way to get a list of this for everything?
I would like to identify all classes and public methods in my codebase that have less than 2 usages. I can see this in my IDE (PhpStorm within an open file):
Is there some way to get a list of this for everything?