File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ Interfaces or interface methods tagged with ``@internal`` are meant for internal
6161use 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+
6471Safe Operations
6572...............
6673
@@ -136,6 +143,13 @@ Classes, properties and class methods tagged with ``@internal`` are meant for
136143internal 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+
139153Safe Operations
140154...............
141155
You can’t perform that action at this time.
0 commit comments