Skip to content

Commit 23164fe

Browse files
Chi-teckwouterj
authored andcommitted
Enclose a value with ampersands in single quotes
1 parent 9953a11 commit 23164fe

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
@@ -234,7 +234,7 @@ You can have even finer-grained control by using other keys of the ``max``
234234
array, which are ``self``, ``direct``, and ``indirect``. The
235235
``SYMFONY_DEPRECATIONS_HELPER`` environment variable accepts a URL-encoded
236236
string, meaning you can combine thresholds and any other configuration setting,
237-
like this: ``SYMFONY_DEPRECATIONS_HELPER=max[total]=42&max[self]=0&verbose=0``
237+
like this: ``SYMFONY_DEPRECATIONS_HELPER='max[total]=42&max[self]=0&verbose=0'``
238238

239239
Internal deprecations
240240
.....................

0 commit comments

Comments
 (0)