Skip to content

Commit 241dfde

Browse files
jvasseurweaverryan
authored andcommitted
Update standards to match actual practices
1 parent 9c02ada commit 241dfde

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
@@ -225,7 +225,8 @@ Service Naming Conventions
225225
Documentation
226226
-------------
227227

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

230231
* Group annotations together so that annotations of the same type immediately
231232
follow each other, and annotations of a different type are separated by a

0 commit comments

Comments
 (0)