change coding style

Signed-off-by: Holger Hees <holger.hees@desy.de>
This commit is contained in:
Holger Hees 2023-06-20 07:59:50 +02:00
parent 845bbd2350
commit f514ce36a9

View file

@ -214,9 +214,7 @@ class IconService {
if ($baseHrefType != self::URL_TYPE_ABSOLUTE) {
$this->icoUrl = $pageUrlInfo['scheme'] . '://' . $pageUrlInfo['host'] . $ico_href;
$this->findMethod .= ' with page href';
}
else
{
} else {
$baseUrlInfo = parse_url($base_href);
$this->icoUrl = $baseUrlInfo['scheme'] . '://' . $baseUrlInfo['host'] . $ico_href;
$this->findMethod .= ' with base href';