Skip to content

Commit 74b1d8b

Browse files
committed
Static test fix
1 parent eb97904 commit 74b1d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Fedex/Model/Source/Generic.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ function ($code, $title) {
4747
'value' => $code,
4848
'label' => $title
4949
];
50-
}, array_keys($configData), $configData
50+
},
51+
array_keys($configData),
52+
$configData
5153
);
5254
}
5355

0 commit comments

Comments
 (0)