janephp icon indicating copy to clipboard operation
janephp copied to clipboard

[RFC] Fixing issue with http_query_build and QS array variables.

Open oleg-andreyev opened this issue 3 years ago • 0 comments

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)

oleg-andreyev avatar Jul 15 '22 15:07 oleg-andreyev