mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 19:24:48 +01:00
* [DeadCode] Failing fixture for not removing method parameter used on RemoveUnusedPrivatePropertyRector * Fixes #5088 * return type * fixture rename * use findFirstParentInstanceOf as it may inside another, eg: assign * phpstan * clean up * clean up * skip construct * instanceof New_ check * fix * final touch * identifier check * reduce complexity * use toString() * final touch * php 7.3 syntax