Skip to content

Commit 48eb46a

Browse files
committed
Merge branch 'standards-update' of https://github.com/jvasseur/symfony-docs into 3.3
* 'standards-update' of https://github.com/jvasseur/symfony-docs: Update standards to match actual practices
2 parents a04cdba + d589da5 commit 48eb46a

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

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

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

0 commit comments

Comments
 (0)