Skip to content

Commit 1d44b63

Browse files
committed
[Contributing][Code] fix list item terminators
1 parent c24162c commit 1d44b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ Structure
169169
* Use parentheses when instantiating classes regardless of the number of
170170
arguments the constructor has;
171171

172-
* Exception and error message strings should be concatenated using :phpfunction:`sprintf`.
172+
* Exception and error message strings should be concatenated using :phpfunction:`sprintf`;
173173

174174
* Calls to :phpfunction:`trigger_error` with type ``E_USER_DEPRECATED`` should be
175175
switched to opt-in via ``@`` operator.
176-
Read more at :ref:`contributing-code-conventions-deprecations`;
176+
Read more at :ref:`contributing-code-conventions-deprecations`.
177177

178178
Naming Conventions
179179
------------------

0 commit comments

Comments
 (0)