Skip to content

Commit 336996e

Browse files
committed
Minor tweak
1 parent 2616cff commit 336996e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/standards.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ Structure
179179

180180
* Exception and error message strings must be concatenated using :phpfunction:`sprintf`;
181181

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;
182+
* Exception and error messages must not contain backticks (e.g. 'The \`foo\` option ...'),
183+
even when referring to a technical element (such as a method or variable name).
184+
Double quotes must be used at all time (e.g. 'The "foo" option ...'),;
185185

186186
* Exception and error messages must start with a capital letter and finish with a dot ``.``;
187187

0 commit comments

Comments
 (0)