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
I started reviewing the code, here is what I have to discuss so far:
We currently have ValueConverterInterface, TypeMapperInterface and PropertyMapperInterface, but I don't see any way to pass my own ValueConverter/TypeMapper/PropertyMapper implementation to ModelBinder. Is this what Research&Implement: Use PHP-DI for Dependency Injection #42 is about?
you can pass the implementation to public properties of the DeliveryClient right after you construct it... shall we add it to the constructor? or what do you propose?
The text was updated successfully, but these errors were encountered: