芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/phpdocumentor/type-resolver/src/Types/Nullable.php
realType = $realType; } /** * Provide access to the actual type directly, if needed. */ public function getActualType(): Type { return $this->realType; } /** * Returns a rendered output of the Type as it would be used in a DocBlock. */ public function __toString(): string { return '?' . $this->realType->__toString(); } }