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