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

Appearance settings

Commit 5a160c5

Browse filesBrowse files
committed
Added note about deprecated interfaces/classes
1 parent 69768dd commit 5a160c5
Copy full SHA for 5a160c5

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎contributing/code/bc.rst

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.