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 5aaba1e commit 3d75f6aCopy full SHA for 3d75f6a
contributing/code/conventions.rst
@@ -103,7 +103,4 @@ A PHP ``E_USER_DEPRECATED`` error must also be triggered to help people with
103
the migration starting one or two minor versions before the version where the
104
feature will be removed (depending on the criticality of the removal)::
105
106
- trigger_error(
107
- 'XXX() is deprecated since version 2.X and will be removed in 2.Y. Use XXX instead.',
108
- E_USER_DEPRECATED
109
- );
+ trigger_error('XXX() is deprecated since version 2.X and will be removed in 2.Y. Use XXX instead.', E_USER_DEPRECATED);
0 commit comments