<?php class User { public function getPassword(): ?string { return NULL; } } class SubUser extends User { public function getPassword() { return NULL; } }
You have javascript disabled. You will not be able to edit any code.