8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3a645 commit be76644Copy full SHA for be76644
contributing/code/bc.rst
@@ -54,6 +54,13 @@ means that:
54
* You can safely i 8000 mplement 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