8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156ad38 commit 905d799Copy full SHA for 905d799
contributing/code/standards.rst
@@ -196,8 +196,8 @@ Structure
196
197
* Add a ``use`` statement for every class that is not part of the global namespace;
198
199
-* When PHPDoc blocks like `@param` or `@return` include ``null`` and declare multiple
200
- types, place ``null`` always on the last position.
+* When PHPDoc tags like ``@param`` or ``@return`` include ``null`` and other
+ types, always place ``null`` at the end of the list of types.
201
202
Naming Conventions
203
~~~~~~~~~~~~~~~~~~
0 commit comments