From 23164fea42245d658e0c6ac5860931d3244610cd Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 12 Oct 2020 09:42:37 +0500 Subject: [PATCH] Enclose a value with ampersands in single quotes --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 31d5de1759b..d1888cd4f6e 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -234,7 +234,7 @@ You can have even finer-grained control by using other keys of the ``max`` array, which are ``self``, ``direct``, and ``indirect``. The ``SYMFONY_DEPRECATIONS_HELPER`` environment variable accepts a URL-encoded string, meaning you can combine thresholds and any other configuration setting, -like this: ``SYMFONY_DEPRECATIONS_HELPER=max[total]=42&max[self]=0&verbose=0`` +like this: ``SYMFONY_DEPRECATIONS_HELPER='max[total]=42&max[self]=0&verbose=0'`` Internal deprecations .....................