In terms of Symfony 4, using Swagger\Annotations
, how may I define a query Parameter
as an Array?
q[a]=1&q[b]=foo
I was doing it using Symfony 2 few years ago and cannot recall it nor find in Google... Please advice
In terms of Symfony 4, using Swagger\Annotations
, how may I define a query Parameter
as an Array?
q[a]=1&q[b]=foo
I was doing it using Symfony 2 few years ago and cannot recall it nor find in Google... Please advice