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

Appearance settings

Commit 2ed0943

Browse filesBrowse 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
Copy full SHA for 2ed0943

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎contributing/code/bc.rst

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.