Roave / BetterReflection

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
MIT License
1.18k stars 131 forks source link

Utilize more readable string functions #1424

Closed staabm closed 4 months ago

Ocramius commented 4 months ago

Btw, perhaps we need a rector action, since these replacements can often be automated

staabm commented 4 months ago

Btw, perhaps we need a rector action, since these replacements can often be automated

I did it locally with rector :) .. and stumbled over a bug in rector, which I fixed atm

Ocramius commented 4 months ago

Thanks @staabm!