PHPantom version
c733048
Installation method
Built from source
Operating system
Linux x86_64
Editor
Neovim
Bug description
Trying to rename $abstract in the function definition does not rename the inner $abstract
function foo(?bool $abstract = false)
{
fn () => fn () => $abstract;
}
Steps to reproduce
see above
Error output or panic trace
.phpantom.toml
Additional context
No response
PHPantom version
c733048
Installation method
Built from source
Operating system
Linux x86_64
Editor
Neovim
Bug description
Trying to rename
$abstractin the function definition does not rename the inner $abstractSteps to reproduce
see above
Error output or panic trace
.phpantom.toml
Additional context
No response