Skip to content

Commit d9c968f

Browse files
Update components/phpunit_bridge.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 21cd547 commit d9c968f

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 provides the global
169-
``trigger_deprecation()`` function for this usage.
168+
You can also require the ``symfony/deprecation-contracts`` package that provides
169+
a global ``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)