*/ protected array $parts = []; /** @psalm-return list */ public function getParts(): array { return $this->parts; } }