php-translation / symfony-bundle

Symfony integration for Translations
MIT License
327 stars 94 forks source link

Symfony Profiler Fix Symfony 6.x compatibility #488

Closed krzyc closed 1 year ago

krzyc commented 1 year ago

Symfony 6.x dropped support for request->get returning arrays. I am not using request->all($key) construction to maintain Symfony 4.4 compatibility.

bocharsky-bw commented 1 year ago

I fixed tests in #489