mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
* [PostRector] Fixes #3383 Skip import name on callable node * check function_exists() * fix * [ci-review] Rector Rectify * make keep working on existing test * try use isFoundInUse from ClassNameImportSkipper * use ClassNameImportSkipper usage * callable check * try without is_callable() check * try using ! function_exists() with \ prefix * try again with is_callable return early * fixed * [ci-review] Rector Rectify * works? * fix * fix * reduce code complexity * final touch * namespace fixture fix Co-authored-by: rector-bot <tomas@getrector.org>