Skip to content

Commit 2280a0c

Browse files
ENGCOM-6033: [#24903] Fix Type error in DynamicStorage #24907
- Merge Pull Request #24907 from BrentRobert/magento2:bugfix/24903 - Merged commits: 1. 0430516
2 parents ff2fa21 + 0430516 commit 2280a0c

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)