<?php class ParentClass { function foo(string $arg): string {} } class ChildClass extends ParentClass { // typehints are missing function foo($arg) {} }
You have javascript disabled. You will not be able to edit any code.