Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit ee9b502d erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: declaration of ArticleList::toHTMLWithCSS must be compatible with...

fix: declaration of ArticleList::toHTMLWithCSS must be compatible with ArticleListUnique::toHTMLWithCSS
Übergeordneter 2faca740
No related branches found
No related tags found
2 Merge Requests!160fix: declaration of ArticleList::toHTMLWithCSS must be compatible with...,!140Update 'next-4.x' with latest changes from 'main'
Pipeline #12609 mit Warnungen bestanden mit Phase
in 2 Minuten und 4 Sekunden
......@@ -551,9 +551,10 @@ public function renderForMail(): string
public function toHTMLWithCSS(
bool|string $template = false,
bool|string $articleTemplate = false
bool|string $articleTemplate = false,
?QUI\Interfaces\Template\EngineInterface $Engine = null,
): string {
return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate);
return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate, $Engine);
}
//endregion
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren