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

Commit5a160c5

Browse files
committed
Added note about deprecated interfaces/classes
1 parent69768dd commit5a160c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎contributing/code/bc.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Interfaces or interface methods tagged with ``@internal`` are meant for internal
6161
use in Symfony only. You should never use nor implement them.
6262

6363

64+
Deprecated Interfaces
65+
.....................
66+
67+
Interfaces or interface methods tagged with ``@deprecated`` will be removed in
68+
a future Symfony version. You should never use nor implement them.
69+
70+
6471
Safe Operations
6572
...............
6673

@@ -136,6 +143,13 @@ Classes, properties and class methods tagged with ``@internal`` are meant for
136143
internal use in Symfony only. You should never use nor extend them.
137144

138145

146+
Deprecated Classes
147+
..................
148+
149+
Classes, properties and class methods tagged with ``@deprecated`` will be
150+
removed in a future Symfony version. You should never use nor extend them.
151+
152+
139153
Safe Operations
140154
...............
141155

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp