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 c24162c commit 1d44b63Copy full SHA for 1d44b63
contributing/code/standards.rst
@@ -169,11 +169,11 @@ Structure
169
* Use parentheses when instantiating classes regardless of the number of
170
arguments the constructor has;
171
172
-* Exception and error message strings should be concatenated using :phpfunction:`sprintf`.
+* Exception and error message strings should be concatenated using :phpfunction:`sprintf`;
173
174
* Calls to :phpfunction:`trigger_error` with type ``E_USER_DEPRECATED`` should be
175
switched to opt-in via ``@`` operator.
176
- Read more at :ref:`contributing-code-conventions-deprecations`;
+ Read more at :ref:`contributing-code-conventions-deprecations`.
177
178
Naming Conventions
179
------------------
0 commit comments