Robert Lemke
Robert Lemke
I just tested this with the code provided in #2701 and it just works. For testing I modified the test controller like so: ```php /** * LoggerInterface doesn't have to...
The fix is currently only present in the 5.3 branch, not yet upmerged to later releases.
As far as I can see, the proxy-manager doesn't generate the code itself (at least not the part we'd need) but uses laminas/laminas-code. Still, using these libraries would not solve...
We need that new / revamped Reflection Service I've been talking about.
I took some time today trying to reproduce this behavior through tests, but was not successful yet. My current take is that the bug must lie in the optimization code...
I took a new approach: Instead of using a regex replacing the class name, I regenerate the beginning of the source code until the class name appears by rendering the...
This fix is now targeted to 8.0.
A little summary at this point: I developed a few improvements which are currently under review. I tested my biggest application – Flownative Beach – using that updated code base...
Sorry for the force-pushes … The state should now be fine, I removed the global import of `\InvalidArgumentException` as the general consensus in the team is to rather not import...
Thanks for your reviews!