8000 Remove some notes · symfony/symfony-docs@3795b00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3795b00

Browse files
authored
Remove some notes
1 parent a5f6d24 commit 3795b00

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

contributing/code/bc.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ Remove public method No
212212
Change name No
213213
Reduce visibility No
214214
Move to parent class Yes
215-
Add argument without a default value No [7]_
216-
Add argument with a default value No [7]_
215+
Add argument without a default value               No
216+
Add argument with a default value                   No [7]_
217217
Remove argument Yes [3]_
218218
Add default value to an argument No [7]_
219-
Remove default value of an argument No [7]_
220-
Add type hint to an argument No [7]_
221-
Remove type hint of an argument No [7]_
222-
Change argument type No [7]_
223-
Change return type No [7]_
219+
Remove default value of an argument                 No
220+
Add type hint to an argument                       No
221+
Remove type hint of an argument                     No [7]_
222+
Change argument type                               No
223+
Change return type                                 No
224224
**Protected Methods**
225225
Add protected method Yes
226226
Remove protected method No [7]_
@@ -232,10 +232,10 @@ Add argument with a default value No [7]_
232232
Remove argument Yes [3]_
233233
Add default value to an argument No [7]_
234234
Remove default value of an argument No [7]_
235-
Add type hint to an argument No [7]_
236-
Remove type hint of an argument No [7]_
237-
Change argument type No [7]_
238-
Change return type No [7]_
235+
Add type hint to an argument                       No [7]_
236+
Remove type hint of an argument                     No [7]_
237+
Change argument type                               No [7]_
238+
Change return type                                 No [7]_
239239
**Private Methods**
240240
Add private method Yes
241241
Remove private method Yes

0 commit comments

Comments
 (0)
0