Skip to content

Commit 6e36307

Browse files
committed
Added a note about coding standards and method arguments
1 parent 90a2922 commit 6e36307

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contributing/code/standards.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ Structure
160160
``tearDown`` methods of PHPUnit tests, which should always be the first methods
161161
to increase readability;
162162

163+
* Declare all the arguments in the same line as the method/function name, no
164+
matter how many arguments there are;
165+
163166
* Use parentheses when instantiating classes regardless of the number of
164167
arguments the constructor has;
165168

0 commit comments

Comments
 (0)