jolicode / automapper

:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
https://automapper.jolicode.com/
MIT License
154 stars 15 forks source link

fix: regression after #184 #187

Closed MrMeshok closed 2 months ago

MrMeshok commented 2 months ago

Turns out NullableTransformer is needed when creating from constructor if we have argument what expects nullable object

Korbeil commented 2 months ago

Quick CHANGELOG line ? :)

MrMeshok commented 2 months ago

@Korbeil Something like that? GH#187 Fix regression after GH#184

Korbeil commented 2 months ago

Yeah looks fine :+1: