8000 added documentation for author tag management · symfony/symfony-docs@25faf23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25faf23

Browse files
committed
added documentation for author tag management
1 parent c02348e commit 25faf23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contributing/code/standards.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,12 @@ Documentation
254254
* The ``@package`` and ``@subpackage`` annotations are not used;
255255

256256
* Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't
257-
put ``/** {@inheritdoc} */`` in a single line).
257+
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>`.
258263

259264
License
260265
~~~~~~~

0 commit comments

Comments
 (0)
0