We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e011d96 commit 21cd547Copy full SHA for 21cd547
components/phpunit_bridge.rst
@@ -165,8 +165,8 @@ Deprecation notices can be triggered by using::
165
166
@trigger_error('Your deprecation message', E_USER_DEPRECATED);
167
168
-You can also require the ``symfony/deprecation-contracts`` that provide the global
169
-function `trigger_deprecation()` for this usage.
+You can also require the ``symfony/deprecation-contracts`` that provides the global
+``trigger_deprecation()`` function for this usage.
170
171
Without the `@-silencing operator`_, users would need to opt-out from deprecation
172
notices. Silencing by default swaps this behavior and allows users to opt-in
0 commit comments