Skip to content

Commit

Permalink
Added note about deprecated interfaces/classes
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jan 10, 2014
1 parent 69768dd commit 5a160c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions contributing/code/bc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ Interfaces or interface methods tagged with ``@internal`` are meant for internal
use in Symfony only. You should never use nor implement them.


Deprecated Interfaces
.....................

Interfaces or interface methods tagged with ``@deprecated`` will be removed in
a future Symfony version. You should never use nor implement them.


Safe Operations
...............

Expand Down Expand Up @@ -136,6 +143,13 @@ Classes, properties and class methods tagged with ``@internal`` are meant for
internal use in Symfony only. You should never use nor extend them.


Deprecated Classes
..................

Classes, properties and class methods tagged with ``@deprecated`` will be
removed in a future Symfony version. You should never use nor extend them.


Safe Operations
...............

Expand Down

0 comments on commit 5a160c5

Please sign in to comment.