ThauEx
ThauEx
I don't know, where these issues are coming from, but keep in mind that the game is not intended to run under such proxy 😉 .
Have you tried to disable them? Is it still crashing?
Maybe @dwoo415 can help.
I don't have any sample code, but it could be something like `ArrayCollection` from the doctrine collections.
I know that it works with `ArrayCollection`, but php 7.4 deprecated using `array_key_exists` on objects. This is the reason, why I opened this issue. Together with the KnpPaginatorBundle and Twig,...
Done 🙂
It seems like, the issue only happens with custom EventSubscribers. The existing ones are using slice, which is transforming the object into an array. This means the deprecation message will...
Sorry for my late response. Should I change my code to not use `isset` or just close it, because it's supposed to work with arrays only anyway?
Sorry, I was busy... I can have a look next week. I think it could be easy to solve by using typehints.