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 7322465 commit 6d3fc80Copy full SHA for 6d3fc80
contributing/code/standards.rst
@@ -179,6 +179,12 @@ 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;
185
+
186
+* Exception and error messages must start with a capital letter and finish with a dot ``.``;
187
188
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
189
which return or throw something;
190
0 commit comments