Replies: 1 comment
|
This would require a bit different analysis than Rector can handle. Good news§ Here is PHPStan extension that handles it |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We already have the
RemoveUnusedPrivatePropertyRectoroption. Would it be possible to do something similar for public properties?If they are not used anywhere in the project then remove them?
All reactions