$this->getPlaceholderHeight(), ...$this->getPlaceholderData(), ], ); } /** * @return array */ public function getPlaceholderData(): array { return [ // ]; } public function getPlaceholderHeight(): ?string { return $this->placeholderHeight; } }