Fix missing http_build_query function call

This commit is contained in:
Baptiste Leduc
2020-06-03 18:52:35 +02:00
parent 5c6d495896
commit 00dd492bbc
+2 -1
View File
@@ -17,6 +17,7 @@ or an array as query string:
.. note::
Internally, Twig uses the PHP ``rawurlencode``.
Internally, Twig uses the PHP `rawurlencode`_ or the `http_build_query`_ function.
.. _`rawurlencode`: https://secure.php.net/rawurlencode
.. _`http_build_query`: https://secure.php.net/http_build_query