File tree 1 file changed +14
-0
lines changed
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
61
61
use in Symfony only. You should never use nor implement them.
62
62
63
63
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
+
64
71
Safe Operations
65
72
...............
66
73
@@ -136,6 +143,13 @@ Classes, properties and class methods tagged with ``@internal`` are meant for
136
143
internal use in Symfony only. You should never use nor extend them.
137
144
138
145
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
+
139
153
Safe Operations
140
154
...............
141
155
You can’t perform that action at this time.
0 commit comments