Add proper type hints to the two arguments
in ViewInterface->assign(). This is not
breaking since existing implementations can
still accept "more" by not setting these
arguments - method arguments of subtypes
are contravariant. This will be backported
to 2.14.
Add proper type hints to the two arguments in ViewInterface->assign(). This is not breaking since existing implementations can still accept "more" by not setting these arguments - method arguments of subtypes are contravariant. This will be backported to 2.14.