“This value should be of type string” in Symfony DataTime validation, while mapping a request
In Symfony 7 app, I’m mapping request with MapQueryString/MapRequestPayload attributes. Controller’s endpoint returns validation errors if request’s parameter is of the wrong type. Here it is of type DateTime.
“This value should be of type string” in Symfony DataTime validation, while mapping a request
In Symfony 7 app, I’m mapping request with MapQueryString/MapRequestPayload attributes. Controller’s endpoint returns validation errors if request’s parameter is of the wrong type. Here it is of type DateTime.
“This value should be of type string” in Symfony DataTime validation, while mapping a request
In Symfony 7 app, I’m mapping request with MapQueryString/MapRequestPayload attributes. Controller’s endpoint returns validation errors if request’s parameter is of the wrong type. Here it is of type DateTime.