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 95f9348 commit 9c75279Copy full SHA for 9c75279
contributing/code/standards.rst
@@ -192,7 +192,9 @@ Structure
192
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
193
which return or throw something;
194
195
-* Do not use spaces around ``[`` offset accessor and before ``]`` offset accessor.
+* 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.
198
199
Naming Conventions
200
~~~~~~~~~~~~~~~~~~
0 commit comments