laminas-validator
laminas-validator copied to clipboard
No default value for EnumCase Validator
Bug Report
| Q | A |
|---|---|
| Version(s) | >=3.0.0 |
Summary
In EnumCase Validator there is no optional value for enum key.
Current behavior
Undefined index enum
How to reproduce
Do not pass enum in option array.
Expected behavior
Fix in EnumCase Validator to set default value, which will lead to throw exception.
--edit Same as in InArray Validator