Skip to content

Commit fa123f4

Browse files
committed
MC-23091: Performance improvements on configurable product
- fixing static
1 parent 9c5870c commit fa123f4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Variant

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Variant/Attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private function getOptionsFromMap(array $optionMap, string $code, int $optionId
9696
* @param string $code
9797
* @return array
9898
*/
99-
private function getOptionsArray(array $optionValue, string $code)
99+
private function getOptionsArray(array $optionValue, string $code): array
100100
{
101101
return [
102102
'label' => $optionValue['label'] ?? null,

0 commit comments

Comments
 (0)