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.
trigger_error()
1 parent 2a475ba commit 0dc5efcCopy full SHA for 0dc5efc
contributing/code/conventions.rst
@@ -129,7 +129,7 @@ the Web Debug Toolbar or by the PHPUnit bridge).
129
.. _`@-silencing operator`: https://php.net/manual/en/language.operators.errorcontrol.php
130
131
When deprecating a whole class the ``trigger_error()`` call should be placed
132
-between the namespace and the use declarations, like in this example from
+after the use declarations, like in this example from
133
`ServiceRouterLoader`_::
134
135
namespace Symfony\Component\Routing\Loader\DependencyInjection;
0 commit comments