We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3a645 commit be76644Copy full SHA for be76644
contributing/code/bc.rst
@@ -54,6 +54,13 @@ means that:
54
* You can safely implement the interface.
55
56
57
+Internal Interfaces
58
+...................
59
+
60
+Interfaces or interface methods tagged with ``@internal`` are meant for internal
61
+use in Symfony only and should never be used nor implemented.
62
63
64
Safe Operations
65
...............
66
@@ -118,6 +125,13 @@ that:
118
125
* You can safely override public or protected methods.
119
126
120
127
128
+Internal Classes
129
+................
130
131
+Classes, properties and class methods tagged with ``@internal`` are meant for
132
+internal use in Symfony only and should never be used nor extended.
133
134
121
135
122
136
123
137
0 commit comments