Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1619 [make:entity] Issue with detected mixed type set to be null…
…able (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
- Loading branch information