Closed mrceperka closed 2 years ago
Did you consider
if ($value is \BackedEnum) { $value = $value->value; }
at the beginning of processing? This is probably the way I would choose - reusing current infra.
Can do, will update ASAP.
Error messages will be probably less verbose, but the code is cleaner.
@hrach can u run the CI again please? :D
Thank you!
Did you consider
at the beginning of processing? This is probably the way I would choose - reusing current infra.