<?php class X { public function test(int $a): mixed {} } class Y extends X { public function test(int $a): int {} }
You have javascript disabled. You will not be able to edit any code.