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
Doctrine\DBAL\Types\Type::getType(): Argument #1 ($name) must be of type string, null given,
called in /var/www/html/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php on line 426
But if I change the same query in a different way, its okay
Bug Report
Query builder work very weird after change string to Embeddable
Summary
Change string by EmailEmbeddable
Current behavior
SImple repository query not work
->getQuery()->getOneOrNullResult();
return error
But if I change the same query in a different way, its okay
Expected behavior
EmailEmbeddable should not change the behavior of the QueryBuilder result
The text was updated successfully, but these errors were encountered: