From d589da5da1a1dcf3e2b593e430c707199d2fc2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me?= Date: Mon, 26 Oct 2015 12:04:09 +0100 Subject: [PATCH] Update standards to match actual practices --- contributing/code/standards.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;