Skip to content

Commit b1930b2

Browse files
authored
Enclose a value with ampersands in single quotes
1 parent eb962cf commit b1930b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You can have even finer-grained control by using other keys of the ``max``
233233
array, which are ``self``, ``direct``, and ``indirect``. The
234234
``SYMFONY_DEPRECATIONS_HELPER`` environment variable accepts a URL-encoded
235235
string, meaning you can combine thresholds and any other configuration setting,
236-
like this: ``SYMFONY_DEPRECATIONS_HELPER=max[total]=42&max[self]=0&verbose=0``
236+
like this: ``SYMFONY_DEPRECATIONS_HELPER='max[total]=42&max[self]=0&verbose=0'``
237237

238238
Internal deprecations
239239
.....................

0 commit comments

Comments
 (0)