Skip to content

Commit d589da5

Browse files
committed
Update standards to match actual practices
1 parent 506b331 commit d589da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ Service Naming Conventions
198198
Documentation
199199
-------------
200200

201-
* Add PHPDoc blocks for all classes, methods, and functions;
201+
* Add PHPDoc blocks for all classes, methods, and functions, except when the
202+
comments are trivial (e.g. basic getter and setter methods);
202203

203204
* Omit the ``@return`` tag if the method does not return anything;
204205

0 commit comments

Comments
 (0)