Skip to content

Commit 21cd547

Browse files
Update phpunit_bridge.rst
1 parent e011d96 commit 21cd547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Deprecation notices can be triggered by using::
165165

166166
@trigger_error('Your deprecation message', E_USER_DEPRECATED);
167167

168-
You can also require the ``symfony/deprecation-contracts`` that provide the global
169-
function `trigger_deprecation()` for this usage.
168+
You can also require the ``symfony/deprecation-contracts`` that provides the global
169+
``trigger_deprecation()`` function for this usage.
170170

171171
Without the `@-silencing operator`_, users would need to opt-out from deprecation
172172
notices. Silencing by default swaps this behavior and allows users to opt-in

0 commit comments

Comments
 (0)