acelaya / doctrine-enum-type

A custom Doctrine type that maps column values to enum objects using myclabs/php-enum
MIT License
132 stars 15 forks source link

Allow null value #6

Closed charliekassel closed 7 years ago

charliekassel commented 7 years ago

Casting the value to a string does not allow an enum value to be null.

acelaya commented 7 years ago

Thanks!

acelaya commented 7 years ago

Available as of v2.0.1