Antoine Bluchet

Results 633 comments of Antoine Bluchet

I hope my patch fixes your issue, I'll release by Friday

we usually don't bring up changes from lower branches into the CHANGELOG as they're already documented with the lower version tag. Github releases does that though and we often clean...

> https://github.com/symfony/symfony/issues/53812#issuecomment-2204410941 by @soyuka works but not in all cases (Test code or tested code did not remove its own exception handlers: src/Sulu/Bundle/AudienceTargetingBundle/Tests/Functional/CachingTest.php:88) can you check at https://github.com/sebastianbergmann/phpunit/pull/5619/files#diff-75a3eeca974a0ce169359a31becc86004ea431fb1811f13e1ff04b06fb926aeaR1738 what the...

You need to remove the phpunit bridge @alexander-schranz I use disableReboot as well.

Hi, 2.7 is not supported and has security issues please upgrade. Type matching is being revised using the new TypeInfo component, not sure it'll ever fix this issue though.

`core` is the symfony-only version in a sense, I'd say that the path is fine without the `api` prefix.

> I would find it clearer if the target contained [class, property] instead. That would let the if for an actual condition. This was my first attempt but its weird...

`targetClass` is confusing with target, not sure this needs to split attributes in two for now and if we did `MapProperty` would have class and property. What's wrong with just...