janephp
janephp copied to clipboard
[RFC] Fixing issue with http_query_build and QS array variables.
What's done:
- if parameter name contains
[], we remove it, add append "allowed" type to already existing one parameter (without[]) - this way OptionResolver will accept both single and multi-value under same key
- http_query_build will build almost correct QS (brackets will contain index)