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 #86

Closed TomasVotruba closed 1 year ago

TomasVotruba commented 1 year ago
LeoVie commented 1 year ago

Hi, in \TomasVotruba\UnusedPublic\CollectorMapper\MethodCallCollectorMapper there is a use Nette\Utils\Arrays; left. I think, this should get removed, too, right?

TomasVotruba commented 1 year ago

@LeoVie Hi, yes, great catch! Could you send PR to remove it please?

LeoVie commented 1 year ago

Sure.

LeoVie commented 1 year ago

Is there a reason for nette/utils being still existent in composer.json?

TomasVotruba commented 1 year ago

Not really, should be removed too