From 6c1ded9af043f1711d6349db91711b2e5fc33bb4 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 6 Mar 2014 17:09:21 +0100 Subject: [PATCH] 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. --- contributing/code/bc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/bc.rst b/contributing/code/bc.rst index e124f8b8ba6..e518f94b21b 100644 --- a/contributing/code/bc.rst +++ b/contributing/code/bc.rst @@ -238,7 +238,7 @@ Symfony's classes: Type of Change Regular API ================================================== ============== ============== Remove entirely No No -Make final Yes [2]_ No +Make final No No Make abstract No No Change name or namespace No No Change parent class Yes [7]_ Yes [7]_