diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index c989356a01d..06ccbf59ad9 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -198,7 +198,8 @@ Service Naming Conventions Documentation ------------- -* Add PHPDoc blocks for all classes, methods, and functions; +* Add PHPDoc blocks for all classes, methods, and functions, except when the + comments are trivial (e.g. basic getter and setter methods); * Omit the ``@return`` tag if the method does not return anything;