doctrine1
doctrine1 copied to clipboard
unused private properties and unused local variables
Because of #118, it came up that I should check how many unused local variables (166) and unused private properties (8) there are. What do you think, is the test coverage complete enough to remove these variables?
can phpstan identify those unused private properties?
UnusedVariableRule
can do this, i guess.