<?php class Par { function __construct(string $foo) {} } class Child extends Par { function __construct(int $foo) {} }
You have javascript disabled. You will not be able to edit any code.