Skip to content

Commit 03eae82

Browse files
committed
Add link to conventions#deprecations.
1 parent 8975f84 commit 03eae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Structure
166166
* Exception and error message strings should be concatenated using :phpfunction:`sprintf`.
167167

168168
* Calls to :phpfunction:`trigger_error` with type `E_USER_DEPRECATED` should be
169-
switched to opt-in via `@` operator;
169+
switched to opt-in via `@` operator (see :doc:`conventions#deprecations` for more details);
170170

171171
Naming Conventions
172172
------------------

0 commit comments

Comments
 (0)