ReturnTypeWillChange Is For AllΒΆ

ReturnTypeWillChange is an attribute that tells PHP that the return type of the related method is different from the defined by the PHP native methods. In fact, this attribute may also be used on custom interfaces, to skip the type checks.

../_images/returntypewillchange_for_all.png