Skip to content

Commit 1a2cb07

Browse files
sebpaczjaviereguiluz
authored andcommitted
[PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link
1 parent c85560b commit 1a2cb07

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
@@ -226,7 +226,7 @@ message contains the ``"foobar"`` string.
226226
Making Tests Fail
227227
~~~~~~~~~~~~~~~~~
228228

229-
By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_
229+
By default, any non-legacy-tagged or any non-silenced (`@-silencing operator`_)
230230
deprecation notices will make tests fail. Alternatively, you can configure
231231
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to
232232
``max[total]=320`` for instance. It will make the tests fail only if a

0 commit comments

Comments
 (0)