<?php class Base { public static function create(): Parent { return new Parent; } } class Child extends Base { public static function create(): Child { return new Child; } } var_dump(Child::create());
You have javascript disabled. You will not be able to edit any code.
There are `0` results