/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PostRector/ValueObject
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/PostRector/ValueObject/PropertyMetadata.php (852B)
name = $name;
$this->type = $type;
$this->flags = $flags;
}
public function getName() : string
{
return $this->name;
}
public function getType() : ?Type
{
return $this->type;
}
public function getFlags() : int
{
return $this->flags;
}
}