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

Commitdb76288

Browse files
committed
Fixed headings
1 parentc6e850d commitdb76288

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

‎contributing/code/bc.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ in order to guarantee smooth upgrades to all future 2.x versions.
2626
Using Our Interfaces
2727
~~~~~~~~~~~~~~~~~~~~
2828

29-
### Normal Interfaces
29+
Normal Interfaces
30+
.................
3031

3132
All interfaces in the ``Symfony`` namespace are **safe for use**. That means
3233
that:
@@ -44,15 +45,17 @@ Methods tagged with ``@api`` are treated as if they belonged to an API
4445
interface.
4546

4647

47-
### API Interfaces
48+
API Interfaces
49+
..............
4850

4951
All interfaces tagged with ``@api`` are also **safe for implementation**. That
5052
means that:
5153

5254
* You can safely implement the interface.
5355

5456

55-
### Safe Operations
57+
Safe Operations
58+
...............
5659

5760
The following table summarizes the safe operations when using our interfaces:
5861

@@ -72,7 +75,8 @@ Add parameter default value Safe Safe
7275
Using Our Classes
7376
~~~~~~~~~~~~~~~~~
7477

75-
### Normal Classes
78+
Normal Classes
79+
..............
7680

7781
All classes in the ``Symfony`` namespace are **safe for use**. That means that:
7882

@@ -97,7 +101,8 @@ Properties and methods tagged with ``@api`` are treated as if they belonged
97101
to an API class.
98102

99103

100-
### API Classes
104+
API Classes
105+
...........
101106

102107
All classes tagged with ``@api`` are also **safe for extension**. That means
103108
that:
@@ -109,7 +114,8 @@ that:
109114
* You can safely override public or protected methods.
110115

111116

112-
### Safe Operations
117+
Safe Operations
118+
...............
113119

114120
The following table summarizes the safe operations when using our classes:
115121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp