Searched defs:phpDocType (Results 1 – 1 of 1) sorted by relevance
267 public static function fromPhpDoc(string $phpDocType) {390 public $phpDocType; variable in ArgInfo394 …onstruct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDocType, ?string $def…581 public $phpDocType; variable in ReturnInfo583 public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType) {
Completed in 7 milliseconds