Skip to content

Commit be76644

Browse files
committed
Added information about internal classes and interfaces
1 parent af3a645 commit be76644

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
@@ -54,6 +54,13 @@ means that:
5454
* You can safely implement the interface.
5555

5656

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+
5764
Safe Operations
5865
...............
5966

@@ -118,6 +125,13 @@ that:
118125
* You can safely override public or protected methods.
119126

120127

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+
121135
Safe Operations
122136
...............
123137

0 commit comments

Comments
 (0)