TomasVotruba / unused-public

Find Unused Public Elements in Your Code
https://tomasvotruba.com/blog/can-phpstan-find-dead-public-methods/
MIT License
151 stars 12 forks source link

Remove nette/utils to allow easier install #87

Closed LeoVie closed 1 year ago

LeoVie commented 1 year ago

In https://github.com/TomasVotruba/unused-public/pull/86 one call to Nette\Util\Arrays::flatten() was not removed. This PR removes the reference and also removes the dependency to nette/utils on the whole.

TomasVotruba commented 1 year ago

Thank you :clap:

LeoVie commented 1 year ago

Thanks, too :)