frodeborli / serializor

PHP Serializor will serialize almost anything in PHP, including closures and anonymous classes.
MIT License
16 stars 2 forks source link

Unreliable code extraction #12

Open oruborus opened 2 months ago

oruborus commented 2 months ago

When extracting code using the source text referred to by the reflection of the Closure, the following possibilities are not handled correctly:

I can tackle that issue if you want - but I'd like to add more tests to avoid regressions.