<?php interface I { public function example(); } class A implements I { public function example(): int { } // compatible with I::example } class B extends A { public function example(): string { } // compatible with I::example }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`