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 9cd5b2b commit 7587534Copy full SHA for 7587534
contributing/code/standards.rst
@@ -194,7 +194,10 @@ Structure
194
195
* Do not use spaces around ``[`` offset accessor and before ``]`` offset accessor;
196
197
-* Add a ``use`` statement for every class that is not part of the global namespace.
+* 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.
201
202
Naming Conventions
203
~~~~~~~~~~~~~~~~~~
0 commit comments