Searched refs:phpDocType (Results 1 – 1 of 1) sorted by relevance
267 public static function fromPhpDoc(string $phpDocType) { argument268 $types = explode("|", $phpDocType);390 public $phpDocType; variable in ArgInfo394 …truct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDocType, ?string $defaul… argument399 $this->phpDocType = $phpDocType;428 if ($this->phpDocType) {429 return $this->phpDocType;581 public $phpDocType; variable in ReturnInfo583 public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType) { argument586 $this->phpDocType = $phpDocType;[all …]
Completed in 9 milliseconds