plugin-php icon indicating copy to clipboard operation
plugin-php copied to clipboard

Adjustment for overlooked nested lookups in chain breaks

Open eldair opened this issue 1 year ago • 0 comments

I have adjusted chain breaks for nested lookups which were overlooked in previous pull request. Also the break should now be consistent between Test::foo()->, (new Test())->, $test['foo'] etc.

eldair avatar Feb 04 '24 18:02 eldair