Skip to content

Commit b5df144

Browse files
committed
minor symfony#16163 [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link (sebpacz)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 1a2cb07 [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link
2 parents c85560b + 1a2cb07 commit b5df144

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)