From 00dd492bbc1488380445c0b75e8f2d05c60f9de1 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Wed, 3 Jun 2020 18:52:35 +0200 Subject: [PATCH] Fix missing http_build_query function call --- doc/filters/url_encode.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/filters/url_encode.rst b/doc/filters/url_encode.rst index 50a44e5d6..60cf365f1 100644 --- a/doc/filters/url_encode.rst +++ b/doc/filters/url_encode.rst @@ -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