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 .....................