#[ReturnTypeWillChange] works on native #PHP methods and also on custom ones.

#phptrick #phptip

https://php-tips.readthedocs.io/en/latest/tips/returntypewillchange_for_all.html

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