Thomas Lallement

Results 28 issues of Thomas Lallement

Fix the following deprecation: The "FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. The "FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer"...

Hi, Currently if we expose multiple routes under different host names, all those routes are collected and provided to the browser when calling the fos_js_routing_js route. I know that we...

Both methods return the root node (TreeNodeInterface), not an array of nodes.

It would be great to support the collection of elements in the same way it's done in PHPStorm: https://blog.jetbrains.com/phpstorm/2021/07/phpstorm-2021-2-release/#generics

enhancement

**Describe the bug** Auto-completion for getManager() method of Doctrine service is not working when Doctrine Features are installed even if PDT is able to discover the code (method and returned...

bug

Hello, I was trying to make the configuration of manage_locales configurable by ENV but it's not working as the resolution of env vars is not done at compile time. See...

Is it possible to see what kind of change has been made for the following entry in changelog for version 2009/11/02 (v1.7.1): - Bugfix: (ET) Work item 10849 - Image...

Currently when creating a RecursiveItemIterator passing a new ArrayIterator, the Iterator is indexed by int. ```php $treeIterator = new \RecursiveIteratorIterator( new RecursiveItemIterator( new \ArrayIterator(array($menu)) ), \RecursiveIteratorIterator::SELF_FIRST ); ``` So we...

Waiting for user's input

It would be great to check the perf improvement by adding the symfony-swoole on https://www.techempower.com/benchmarks/ like already done or laravel.

help wanted
area/performance
priority/backlog

Hello, What do you think about providing an option to encrypt emails when using the Symfony MailerHandler? As described here https://symfony.com/doc/current/mailer.html#encrypting-messages It's often very useful to be notified by email...