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 was already using this extension for some functions and tried using the text[] type but doctrine thrown this exception when I tried to use it in an entity.
I was able to fix that by extending TextArray and adding this method:
is there something wrong with my config ? or maybe that’s something caused by the latest version of doctrine ? if not do you think this method should be added to BaseType ?