<?php interface Supertype {} class Superclass implements Supertype { public function fn(Superclass $x) {} } class Subclass extends Superclass { public function fn(Supertype $x) {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`