Skip to content

Commit c547f64

Browse files
committed
ACP2E-2905: [Cloud] Issue of Quote in multi-website architecture
- with test
1 parent ba957ef commit c547f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/GroupPrice/AbstractGroupPrice.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ private function getMetadataPool()
472472
/**
473473
* Check if data consists of percentage value
474474
*
475-
* @param $data
475+
* @param array $data
476476
* @return bool
477477
*/
478-
private function isPercentageValue($data): bool
478+
private function isPercentageValue(array $data): bool
479479
{
480480
return (array_key_exists('percentage_value', $data) && $data['percentage_value'] === null);
481481
}

0 commit comments

Comments
 (0)