<?php class Something { private ?stdClass $object = null; public function getObject(): ?stdClass { return $this->object; } } var_dump((new Something)->getObject());
You have javascript disabled. You will not be able to edit any code.