<?php interface UserFinderByEmail { public function find(string $email): ?User; } interface UserKarmaFinder { public function find(User $user): int; }
You have javascript disabled. You will not be able to edit any code.