Skip to content

Commit 3391e51

Browse files
committed
Recommend to never inline PHPDoc blocks
1 parent 08d1723 commit 3391e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/standards.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ Documentation
251251

252252
* The ``@package`` and ``@subpackage`` annotations are not used;
253253

254-
* Inline the ``@inheritdoc`` tag.
254+
* Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't
255+
put ``/** {@inheritdoc} */`` in a single line).
255256

256257
License
257258
~~~~~~~

0 commit comments

Comments
 (0)