Skip to content

Commit 0430516

Browse files
committed
Fix php type error
1 parent db0dce6 commit 0430516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function getCategoryUrlSuffix($storeId = null): string
148148
CategoryUrlPathGenerator::XML_PATH_CATEGORY_URL_SUFFIX,
149149
ScopeInterface::SCOPE_STORE,
150150
$storeId
151-
);
151+
) ?? '';
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)