Skip to content

Commit 5a160c5

Browse files
committed
Added note about deprecated interfaces/classes
1 parent 69768dd commit 5a160c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

contributing/code/bc.rst

+14
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)