mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
* [Solid] Improve MoveVariableDeclarationNearReferenceRector : skip variabel with usage in multiple level * function name and var name * stop calling parent attribute when previous of parent is an Expression with Assign with same variable * phpstan * deep up usage * deeeeep level * stop while when previous is Expression with Assign same var * final touch * [ci-review] Rector Rectify * keep comment * cast isFoundNext * fixed * separate method * [ci-review] Rector Rectify * clean up fixtures Co-authored-by: rector-bot <tomas@getrector.org>