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 c02348e commit 25faf23Copy full SHA for 25faf23
contributing/code/standards.rst
@@ -254,7 +254,12 @@ Documentation
254
* The ``@package`` and ``@subpackage`` annotations are not used;
255
256
* Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't
257
- put ``/** {@inheritdoc} */`` in a single line).
+ put ``/** {@inheritdoc} */`` in a single line);
258
+
259
+* When adding a new class or when making significant changes to an existing class,
260
+ an ``@author`` tag with personal contact information may be added, or expanded.
261
+ Please note it is possible to have the personal contact information updated or
262
+ removed per request to the doc:`core team </contributing/code/core_team>`.
263
264
License
265
~~~~~~~
0 commit comments