Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be76644

Browse filesBrowse files
committed
Added information about internal classes and interfaces
1 parent af3a645 commit be76644
Copy full SHA for be76644

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎contributing/code/bc.rst

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+14Lines changed: 14 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.