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
bug #1619 [make:entity] Issue with detected mixed type set to be nullable (sadikoff)
This PR was merged into the 1.x-dev branch.
Discussion
----------
[make:entity] Issue with detected mixed type set to be nullable
Hi there, pretty strange edge case found in #1612 when `mixed` type is detected from a custom doctrine type and was set to be nullable. Maker tried to set is as `?mixed` which is not allowed.
That should fix this behavior.
closes#1612
Commits
-------
8bd85b5 fix possible mixed type issue un class source manipulator
0 commit comments