You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the target class has adder and remover for a property and if we have this said property as constructor arguments also, the mapper will break because the \AutoMapper\Transformer\AbstractArrayTransformer will check for adder and try to use it.
In case where the target is just a classname and not an instance, an error will be thrown.
Undefined variable $constructarg
I tried to fix it by my own but my knowledge is limited on this matter, so I just made a test to reproduce this issue: wuchen90#1
The text was updated successfully, but these errors were encountered:
When the target class has adder and remover for a property and if we have this said property as constructor arguments also, the mapper will break because the
\AutoMapper\Transformer\AbstractArrayTransformer
will check for adder and try to use it.In case where the target is just a classname and not an instance, an error will be thrown.
I tried to fix it by my own but my knowledge is limited on this matter, so I just made a test to reproduce this issue: wuchen90#1
The text was updated successfully, but these errors were encountered: