Skip to content

Commit dacd7ce

Browse files
committed
Rearranged rules to be more easily understandable
1 parent 7320ed0 commit dacd7ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing/code/bc.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ All classes in the ``Symfony`` namespace are **safe for use**. That means that:
8787

8888
When extending the class:
8989

90-
* You can safely override public properties.
91-
9290
* You cannot safely use protected properties and methods. We may change or
9391
remove them, but will document this in the UPGRADE file.
9492

95-
* You cannot safely override protected properties. We may change or
96-
remove them, but will document this in the UPGRADE file.
93+
* You can safely override public properties.
94+
95+
* You cannot safely override protected properties. We may change or remove them,
96+
but will document this in the UPGRADE file.
9797

9898
* You cannot safely override public or protected methods. We may change them,
9999
but will document this in the UPGRADE file.

0 commit comments

Comments
 (0)