Nicolas PHILIPPE

Results 82 issues of Nicolas PHILIPPE

fixes problem raised [here](https://github.com/jolicode/automapper/pull/129#discussion_r1599499557)

configuration `map_private_properties` was not used to configure service `automapper.property_info.reflection_extractor` whereas without the bundle, `\AutoMapper\Configuration::$mapPrivateProperties` is actually used, this PR fixes this. I had to introduce a way to have several...

I think what is done by valinor with attributes is pretty nice: https://twitter.com/Rommsteinz/status/1739673469724299392?t=5oVgUTC1atb1UacsHkB_bw We should be able to leverage some concept like this in automapper

enhancement

fixes https://github.com/zenstruck/foundry/issues/532 Since https://github.com/sebastianbergmann/phpunit/pull/5913, PHPUnit's extensions `bootstrap()` methods are called before data provider and since https://github.com/sebastianbergmann/phpunit/pull/5917, data provider related events are dispatched synchronously (before this, they were deferred, which wasn't...

| Q | A | --------------------| --------------- | PHPUnit version | >= 10 | PHP version | 8.3 (any) | Installation Method | Composer #### Summary Hi, When using Symfony,...

type/bug
feature/test-runner

### Description Hello, this issue is a follow up of [this PR](https://github.com/symfony/symfony/pull/44951), I'll try to give a little bit more context on what are the motivation behind this, and I...

Messenger

### Version all ### Description Before this [PR](https://github.com/symfony/symfony/pull/52699) in property info, documenting a property like this: ```php /** * @var \Doctrine\Common\Collections\Collection */ public $someClasses ``` was ok-ish, because property-info was...

bug