<?php class Super{} class Child extends Super{} abstract class A{ abstract function xxx(): Super; } abstract class B extends A{ /** @return Child */ abstract function xxx(): Super; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`