Skip to content

Commit 905d799

Browse files
committed
Minor reword
1 parent 156ad38 commit 905d799

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
@@ -196,8 +196,8 @@ Structure
196196

197197
* Add a ``use`` statement for every class that is not part of the global namespace;
198198

199-
* When PHPDoc blocks like `@param` or `@return` include ``null`` and declare multiple
200-
types, place ``null`` always on the last position.
199+
* When PHPDoc tags like ``@param`` or ``@return`` include ``null`` and other
200+
types, always place ``null`` at the end of the list of types.
201201

202202
Naming Conventions
203203
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)