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 c4d1f54 commit 7d5ef77Copy full SHA for 7d5ef77
contributing/code/conventions.rst
@@ -112,8 +112,9 @@ the Web Debug Toolbar or by the PHPUnit bridge).
112
113
.. _`@-silencing operator`: https://php.net/manual/en/language.operators.errorcontrol.php
114
115
-When deprecating a whole class the error should be placed between namespace and
116
-use declarations, like in this example from `ArrayParserCache`_::
+When deprecating a whole class the ``trigger_error()`` call should be placed
+between the namespace and the use declarations, like in this example from
117
+`ArrayParserCache`_::
118
119
namespace Symfony\Component\ExpressionLanguage\ParserCache;
120
0 commit comments