Thanks to visit codestin.com Credit goes to github.com
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 19d4322 commit fd7c335Copy full SHA for fd7c335
contributing/code/standards.rst
@@ -200,6 +200,10 @@ Documentation
200
201
* Add PHPDoc blocks for all classes, methods, and functions;
202
203
+* Group annotations together so that annotations of the same type immediately
204
+ follow each other, and annotations of a different type are separated by a
205
+ single blank line;
206
+
207
* Omit the ``@return`` tag if the method does not return anything;
208
209
* The ``@package`` and ``@subpackage`` annotations are not used.
0 commit comments