Open Bogdaan opened 5 years ago
Hi. I'm trying to analyze usage for single class on whole project.
It's possible to create such configuration?
You can use the filePattern option to analyze only a specific class.
filePattern
Instead of filePattern: '*.php' like in the example, use filePattern: 'MyClass.php'.
filePattern: '*.php'
filePattern: 'MyClass.php'
Hi. I'm trying to analyze usage for single class on whole project.
It's possible to create such configuration?