File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,14 @@ Structure
179
179
180
180
* Exception and error message strings must be concatenated using :phpfunction: `sprintf `;
181
181
182
- * Exception and error messages must not contain backticks (e.g. 'The \` foo \` option ...') ,
182
+ * Exception and error messages must not contain backticks,
183
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 ...'),;
184
+ Double quotes must be used at all time:
185
+
186
+ .. code-block :: diff
187
+
188
+ - Expected `foo` option to be one of ...
189
+ + Expected "foo" option to be one of ...
185
190
186
191
* Exception and error messages must start with a capital letter and finish with a dot ``. ``;
187
192
You can’t perform that action at this time.
0 commit comments