Skip to content

Commit 302245b

Browse files
[Standards] Remove additional comma
1 parent 754fc82 commit 302245b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ whitelist:
9696
- '// bin/console'
9797
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
9898
- '.. End to End Tests (E2E)'
99+
- 'The `foo\` option ...'

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Structure
181181

182182
* Exception and error messages must not contain backticks (e.g. 'The \`foo\` option ...'),
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 (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)