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 25ac5fe commit f3e8c46Copy full SHA for f3e8c46
contributing/code/standards.rst
@@ -173,7 +173,7 @@ Structure
173
174
* Calls to :phpfunction:`trigger_error` with type ``E_USER_DEPRECATED`` must 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
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
179
which return or throw something.
0 commit comments