We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7320ed0 commit dacd7ceCopy full SHA for dacd7ce
contributing/code/bc.rst
@@ -87,13 +87,13 @@ All classes in the ``Symfony`` namespace are **safe for use**. That means that:
87
88
When extending the class:
89
90
-* You can safely override public properties.
91
-
92
* You cannot safely use protected properties and methods. We may change or
93
remove them, but will document this in the UPGRADE file.
94
95
-* You cannot safely override protected properties. We may change or
96
- remove them, but will document this in the UPGRADE file.
+* You can safely override public properties.
+
+* You cannot safely override protected properties. We may change or remove them,
+ but will document this in the UPGRADE file.
97
98
* You cannot safely override public or protected methods. We may change them,
99
but will document this in the UPGRADE file.
0 commit comments