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