I have Entity with a boolean value defined, when calling the create
action to the the form I get the Foolowing ExceptioN:
Expected argument of type "Boolean", "integer" given
from /vendor/symfony/src/Symfony/Component/Form/Extension/Core/
DataTransformer/BooleanToStringTransformer.php
Surely it is not an boolean Value since it comes from an Mysql
Database.
Is there a way to handle that properly
Thanks Torsten