Skip to content

Commit 79486f1

Browse files
committed
Fix var type
1 parent e9ce42d commit 79486f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_api_app/app/Sites/Sections/SectionsMenuRenderService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private function getViewData(
176176
];
177177
}
178178

179-
private function getUrl($section, $site, $sections, $siteSettings, $isEditMode, $isPreviewMode, ?string $tag = null)
179+
private function getUrl($section, $site, $sections, $siteSettings, $isEditMode, $isPreviewMode, ?array $tag = null)
180180
{
181181
$urlParts = [];
182182
$isExternalLink = isset($section['@attributes']['type']) && $section['@attributes']['type'] == 'external_link';

0 commit comments

Comments
 (0)