Skip to content

Commit 9fbf537

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: Enclose a value with ampersands in single quotes
2 parents 2e67dc6 + db71567 commit 9fbf537

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)