/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PostRector/ValueObject
NameSizeModeActions
PropertyMetadata.php8520644editdlrm
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; } }