st-pham / php-refactor-tool

MIT License
8 stars 0 forks source link

Bug with Callable Arrays #12

Open vledermaus opened 1 year ago

vledermaus commented 1 year ago

Bug Report

I'd like to start by saying that this extension is fantastic, and I appreciate your work!

I've noticed a small bug when using the extension with callable arrays, like this:

array_map([$this, 'map'], range(1, 20))

Here's a video demonstrating the issue: Screencast

This simplified version still covers the essential information about the bug, making it clear and concise.

st-pham commented 11 months ago

Hi @vledermaus, thanks for your feed back. I'll try to work on this as soon as possible. Cheers!