Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48eb46a

Browse filesBrowse 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
Copy full SHA for 48eb46a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎contributing/code/standards.rst

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.