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 6f6b5b5 commit da27090Copy full SHA for da27090
contributing/code/standards.rst
@@ -180,10 +180,9 @@ Structure
180
to increase readability;
181
182
* Declare all the arguments on the same line as the method/function name, no
183
- matter how many arguments there are (with exception of `constructor property promotion`_);
184
-
185
-* When using `constructor property promotion`_ put each parameter on a new line with
186
- `trailing comma`_;
+ matter how many arguments there are. The only exception are constructor methods
+ using `constructor property promotion`_, where each parameter must be on a new
+ line with `trailing comma`_;
187
188
* Use parentheses when instantiating classes regardless of the number of
189
arguments the constructor has;
0 commit comments