Skip to content

Commit 6501a35

Browse files
committed
Added information about changing return types that are classes or interfaces
1 parent dfb3e8b commit 6501a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/code/bc.rst

+2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ Change return type Yes [2]_ [4]_ No
278278
``ArrayAccess`` array
279279
``Traversable`` array
280280
``Countable`` array
281+
class ``<C>`` any subclass of ``<C>``
282+
interface ``<I>`` any subinterface or implementing class of ``<I>``
281283
=================== ==================================================================
282284
283285
.. [5] When changing the parent class, the original parent class must remain an

0 commit comments

Comments
 (0)