When using PHP backed enums with Doctrine, a type mismatch between the database column and the PHP enum unexpectedly triggers an error. This occurs when the database ...