We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba957ef commit c547f64Copy full SHA for c547f64
app/code/Magento/Catalog/Model/Product/Attribute/Backend/GroupPrice/AbstractGroupPrice.php
@@ -472,10 +472,10 @@ private function getMetadataPool()
472
/**
473
* Check if data consists of percentage value
474
*
475
- * @param $data
+ * @param array $data
476
* @return bool
477
*/
478
- private function isPercentageValue($data): bool
+ private function isPercentageValue(array $data): bool
479
{
480
return (array_key_exists('percentage_value', $data) && $data['percentage_value'] === null);
481
}
0 commit comments