Skip to content

Commit 0aa25f8

Browse files
committed
[#5838] Tweaking comment - the phpdoc policy is not concrete
1 parent 241dfde commit 0aa25f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/standards.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Service Naming Conventions
225225
Documentation
226226
-------------
227227

228-
* Add PHPDoc blocks for all classes, methods, and functions, except when the
229-
comments are trivial (e.g. basic getter and setter methods);
228+
* Add PHPDoc blocks for all classes, methods, and functions (though you may
229+
be asked to remove PHPDoc that do not add value);
230230

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

0 commit comments

Comments
 (0)