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 don't have a solution yet, as I'm not sure why these extractor should always ignore non-collection types silently, which seems a BC break to me. But FlagBag isn't a collection for sure. Only a generic.
With the introduction symfony/symfony#52699 in symfony/property-info v6.4.9, there is a break with this bundle.
Defining a flagbag property like so (source )
Results in errors like
'Class "Elao\\Enum\\T" does not exist'
in combination with api-platform (3.*).Maybe my definition (using
@var
) is wrong, or is this a bug and should we define a FlagBag as a Collection?The text was updated successfully, but these errors were encountered: