Roave / psr-container-doctrine

Doctrine Factories for PSR-11 Containers
BSD 2-Clause "Simplified" License
95 stars 31 forks source link

Add default value for typed_field_mapper #133

Closed PowerKiKi closed 2 months ago

PowerKiKi commented 2 months ago

I forgot to set a default value in my previous PR, which may have caused warnings.

snapshotpl commented 2 months ago

After this release I still get a warnings:

Warning: Undefined array key "typed_field_mapper" in /var/www/vendor/roave/psr-container-doctrine/src/ConfigurationFactory.php on line 91
Warning: Undefined array key "typed_field_mapper" in /var/www/vendor/roave/psr-container-doctrine/src/ConfigurationFactory.php on line 93
PowerKiKi commented 2 months ago

Cannot reproduce here. Are you triple sure that you are on 5.3.1 ? do you have a reproduction case ?

PS: I actually could reproduce, so #135

Slamdunk commented 2 months ago

@snapshotpl it should be fixed in https://github.com/Roave/psr-container-doctrine/releases/tag/5.2.2

snapshotpl commented 2 months ago

:heavy_check_mark: confirm