<?php class Foo { protected function doSomething(Reflection $a) { return true; } } class Bar extends Foo { protected function doSomething(static $b) { return true; } } $obj = new Bar;
You have javascript disabled. You will not be able to edit any code.