<?php interface I1 { public function fromThing(ThingA $thing): I1; } interface I2 { public function fromThing(ThingB $thing): I2; } class ThingA {} class ThingB {} class Impl implements I1, I2 { public function fromThing(ThingA|ThingB $thing): I1&I2 { return new self(); } } $i = new Impl();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`