Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdacd7ce

Browse files
committed
Rearranged rules to be more easily understandable
1 parent7320ed0 commitdacd7ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎contributing/code/bc.rst

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp