<?php class Foo { private ?\Exception $e; } $ref = new \ReflectionClass(\Foo::class); var_dump($ref->getProperty('e')->getType()->__toString());
You have javascript disabled. You will not be able to edit any code.