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 have some entity with enums, did created successfully with make:entity, i can even add more enums. but if i try to regenare all my entities enums breaks the process.
In ClassSourceManipulator.php line 1369:
Cannot build a node expr for value of type "object"
i checked, and if dump the object it shows the first case from my backed enum.