File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ All classes in the ``Symfony`` namespace are **safe for use**. That means that:
87
87
88
88
When extending the class:
89
89
90
- * You can safely override public properties.
91
-
92
90
* You cannot safely use protected properties and methods. We may change or
93
91
remove them, but will document this in the UPGRADE file.
94
92
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.
97
97
98
98
* You cannot safely override public or protected methods. We may change them,
99
99
but will document this in the UPGRADE file.
You can’t perform that action at this time.
0 commit comments