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.
conventions#deprecations
1 parent 8975f84 commit 03eae82Copy full SHA for 03eae82
contributing/code/standards.rst
@@ -166,7 +166,7 @@ Structure
166
* Exception and error message strings should be concatenated using :phpfunction:`sprintf`.
167
168
* Calls to :phpfunction:`trigger_error` with type `E_USER_DEPRECATED` should be
169
- switched to opt-in via `@` operator;
+ switched to opt-in via `@` operator (see :doc:`conventions#deprecations` for more details);
170
171
Naming Conventions
172
------------------
0 commit comments