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 45c72ff commit 5abdf34Copy full SHA for 5abdf34
contributing/code/bc.rst
@@ -258,6 +258,14 @@ Make public or protected Yes
258
Remove private property Yes
259
**Constructors**
260
Add constructor without mandatory arguments Yes :ref:`[1] <note-1>`
261
+:ref:`Add argument without a default value <add-argument-public-method>` No
262
+Add argument with a default value Yes
263
+Remove argument No :ref:`[3] <note-3>`
264
+Add default value to an argument Yes
265
+Remove default value of an argument No
266
+Add type hint to an argument No
267
+Remove type hint of an argument No
268
+Change argument type No
269
Remove constructor No
270
Reduce visibility of a public constructor No
271
Reduce visibility of a protected constructor No :ref:`[7] <note-7>`
0 commit comments