Skip to content

Commit 7d5ef77

Browse files
committed
[#7243] minor tweak
1 parent c4d1f54 commit 7d5ef77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributing/code/conventions.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ the Web Debug Toolbar or by the PHPUnit bridge).
112112

113113
.. _`@-silencing operator`: https://php.net/manual/en/language.operators.errorcontrol.php
114114

115-
When deprecating a whole class the error should be placed between namespace and
116-
use declarations, like in this example from `ArrayParserCache`_::
115+
When deprecating a whole class the ``trigger_error()`` call should be placed
116+
between the namespace and the use declarations, like in this example from
117+
`ArrayParserCache`_::
117118

118119
namespace Symfony\Component\ExpressionLanguage\ParserCache;
119120

0 commit comments

Comments
 (0)