Skip to content

Commit af33d4d

Browse files
authored
MDEE-1002: Deprecated Functionality is detected in the last release (#477)
1 parent 7884a7e commit af33d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CatalogDataExporter/Model/Provider/Products.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private function processProducts(
187187
array $mappedProducts,
188188
array $attributesData,
189189
callable $dataProcessorCallback,
190-
string $storeViewCode = null
190+
?string $storeViewCode = null
191191
): void {
192192
$output = [];
193193
if (null === $storeViewCode) {

0 commit comments

Comments
 (0)