sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.class files are not tracked

williamborba opened this issue · comments

In the project we worked on many files are still with the ".class" extension and when running php. /vendor/bin/phploc they are not parsed by the tool.

Would there be any way to configure the extension to be filtered? Files with .php extension work normally ..

vendor/bin/phploc --names=*.class,*.php src