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 am sorry, but I have to close your issue as we use GitHub issues only to discuss new features and for bug reports. For support, please refer to one of the support channels. Thank you for understanding.
Hello,
I guess this is a bug on the 3.4 version.
I have the same error when i upgraded to 3.4.
Expected argument of type "array or (\Traversable and \ArrayAccess)", "string" given, I use a ModelTransformer to convert an array to a string, with a collectionType. The same code works with the 3.3 version.
Thank you
@mayro Please open a new issue if you think that you found a bug with some instructions on how we can reproduce the issue (best would be a small example application).
Symfony version(s) affected: 3.4.23
Description
Expected argument of type "array or (\Traversable and \ArrayAccess)", "string" given
Why didn't convert the string to an array?
The text was updated successfully, but these errors were encountered: