<?php $r = new ReflectionFunction(function (?int $a): ?int {}); var_dump((string) $r->getParameters()[0]->getType()); var_dump((string) $r->getReturnType());
You have javascript disabled. You will not be able to edit any code.