Skip to content

Commit 2ed0943

Browse files
committed
minor #3645 Adjusted the BC rules to be consistent (stof)
This PR was merged into the 2.3 branch. Discussion ---------- Adjusted the BC rules to be consistent A previous rule states that we guarantee BC for code extending the class. This rules does not allow marking a class as final as it would be a fatal error for extending code after the upgrade, which is far from being BC. /cc @fabpot @webmozart Commits ------- 6c1ded9 Adjusted the BC rules to be consistent
2 parents 664a0be + 6c1ded9 commit 2ed0943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/bc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Symfony's classes:
238238
Type of Change Regular API
239239
================================================== ============== ==============
240240
Remove entirely No No
241-
Make final Yes [2]_ No
241+
Make final No No
242242
Make abstract No No
243243
Change name or namespace No No
244244
Change parent class Yes [7]_ Yes [7]_

0 commit comments

Comments
 (0)