Skip to content

Commit 54cb05b

Browse files
author
Cari Spruiell
committed
MAGETWO-52803: PR Creation & Stabilization
- fix static test failures
1 parent 279cac2 commit 54cb05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/Model/Currency/Import/YahooFinance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function getServiceResponse($url, $retry = 0)
137137
)->getBody();
138138

139139
$jsonResponse = json_decode($jsonResponse, true);
140-
if (!empty($jsonResponse['query']['results']['rate']) ) {
140+
if (!empty($jsonResponse['query']['results']['rate'])) {
141141
$response = array_column($jsonResponse['query']['results']['rate'], 'Rate', 'id');
142142
}
143143
} catch (\Exception $e) {

0 commit comments

Comments
 (0)