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 2616cff commit 336996eCopy full SHA for 336996e
contributing/code/standards.rst
@@ -179,9 +179,9 @@ Structure
179
180
* Exception and error message strings must be concatenated using :phpfunction:`sprintf`;
181
182
-* Exception and error messages must not contain backticks, even when referring to a
183
- technical element (such as a method name for example). Double quotes must be used
184
- at all time;
+* Exception and error messages must not contain backticks (e.g. 'The \`foo\` option ...'),
+ even when referring to a technical element (such as a method or variable name).
+ Double quotes must be used at all time (e.g. 'The "foo" option ...'),;
185
186
* Exception and error messages must start with a capital letter and finish with a dot ``.``;
187
0 commit comments