rectorphp / rector

Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
https://getrector.com
MIT License
8.32k stars 670 forks source link

`RenameClassRector` renames function calls #8607

Closed gharlan closed 1 month ago

gharlan commented 1 month ago

Bug Report

Subject Details
Rector version last dev-main
Installed as composer dependency

Minimal PHP Code Causing Issue

See https://getrector.com/demo/485fa140-efeb-4ad9-ab65-5ab80610dad2

<?php

foo();

Responsible rules

Expected Behavior

No changes in the given code snippet.