Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c1ded9

Browse files
committed
Adjusted the BC rules to be consistent
A previous rules 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.
1 parent664a0be commit6c1ded9

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 finalYes [2]_ No
241+
Make finalNo 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)

[8]ページ先頭

©2009-2025 Movatter.jp