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:
8787
8888When 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.
You can’t perform that action at this time.
0 commit comments