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
179179
180180* Exception and error message strings must be concatenated using :phpfunction: `sprintf `;
181181
182- * Exception and error messages must not contain backticks (e.g. 'The \` foo \` option ...') ,
182+ * Exception and error messages must not contain backticks,
183183 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 ...
185190
186191 * Exception and error messages must start with a capital letter and finish with a dot ``. ``;
187192
You can’t perform that action at this time.
0 commit comments