Skip to content

Commit 45b3978

Browse files
committed
Correct return type of methods
1 parent 26add9d commit 45b3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ private function getProductEmulator($typeId)
532532
* @param array $indexData
533533
* @param array $productData
534534
* @param int $storeId
535-
* @return string
535+
* @return array
536536
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
537537
* @since 100.0.3
538538
*/

0 commit comments

Comments
 (0)