Skip to content
Code-Schnipsel Gruppen Projekte

fix: correct phpstan errors and update schema urls

Zusammengeführt Henning Leutz requested to merge next-2.x into main
4 Dateien
+ 7
23
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
4
@@ -38,7 +38,7 @@ public function __construct(array $attributes = [])
'displayTemplate' => false,
// Custom children template css (path to css file); overwrites "display"
'displayCss' => false,
'itemtype' => 'http://schema.org/ItemList',
'itemtype' => 'https://schema.org/ItemList',
'child-itemtype' => 'https://schema.org/ListItem',
'child-itemprop' => 'itemListElement'
]);
@@ -126,11 +126,6 @@ public function getBody(): string
return $Engine->fetch($templateFile);
}
/**
* @return null|QUI\Projects\Site
* @throws Exception
*/
protected function getSite(): ?QUI\Interfaces\Projects\Site
{
if ($this->getAttribute('Site')) {
Lade