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 6e36307 commit 59a09bfCopy full SHA for 59a09bf
contributing/code/standards.rst
@@ -153,6 +153,9 @@ Structure
153
that are not intended to be instantiated from the outside and thus are not
154
concerned by the `PSR-0`_ and `PSR-4`_ autoload standards;
155
156
+* Declare the class inheritance (if any) and all the implemented interfaces (if
157
+ any) in the same line as the class name;
158
+
159
* Declare class properties before methods;
160
161
* Declare public methods first, then protected ones and finally private ones.
0 commit comments