Skip to content

Commit

Permalink
Added information about changing return types that are classes or int…
Browse files Browse the repository at this point in the history
…erfaces
  • Loading branch information
webmozart committed Jan 9, 2014
1 parent dfb3e8b commit 6501a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributing/code/bc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ Change return type Yes [2]_ [4]_ No
``ArrayAccess`` array
``Traversable`` array
``Countable`` array
class ``<C>`` any subclass of ``<C>``
interface ``<I>`` any subinterface or implementing class of ``<I>``
=================== ==================================================================
.. [5] When changing the parent class, the original parent class must remain an
Expand Down

0 comments on commit 6501a35

Please sign in to comment.