Hi internals, I would like to propose the following RFC, which allows using "static" as a return type:
https://wiki.php.net/rfc/static_return_type While I'm personally not a fan of late static binding, we do support it and people do use it quite heavily, so I think we should also support it in return types. Regards, Nikita