Searched refs:scalarType (Results 1 – 6 of 6) sorted by relevance
14 protected ?Identifier $scalarType = null; variable in PhpParser\\Builder\\Enum_40 * @param string|Identifier $scalarType44 public function setScalarType($scalarType) { argument45 $this->scalarType = BuilderHelpers::normalizeType($scalarType);110 'scalarType' => $this->scalarType,
21 scalarType: null41 scalarType: null59 scalarType: Identifier(
20 scalarType: Identifier(
9 public ?Node $scalarType; variable in PhpParser\\Node\\Stmt\\Enum_29 $this->scalarType = $subNodes['scalarType'] ?? null;
7 $stmts[0]->scalarType = null;31 $stmts[0]->scalarType = new Node\Identifier('int');42 $stmts[0]->scalarType = new Node\Identifier('int');
789 . ($node->scalarType ? ' : ' . $this->p($node->scalarType) : '')
Completed in 9 milliseconds