objet générique de type PHP

function getParticipant(): ?object
{
   //...
  $x = new Cat(); 
  return $x;
}
Uninterested Unicorn