<?php interface FooInterface { public function method(); } class Foo implements FooInterface { public function method($arg = null) { } } class Bar extends Foo { public function method() { } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`