Skip to content

Commit 6d43eb1

Browse files
committed
add type to parameter
1 parent f1516ba commit 6d43eb1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator

1 file changed

+1
-1
lines changed

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator/Website.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function isWebsiteValid($value, $websiteCode)
6060
/**
6161
* Validate value
6262
*
63-
* @param mixed $value
63+
* @param array $value
6464
*
6565
* @return bool
6666
*/

0 commit comments

Comments
 (0)