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.
2 parents b185499 + 5f0140d commit b8bf611Copy full SHA for b8bf611
app/code/Magento/Directory/Model/Currency/Import/YahooFinance.php
@@ -15,8 +15,9 @@ class YahooFinance extends \Magento\Directory\Model\Currency\Import\AbstractImpo
15
*
16
* @var string
17
*/
18
- private $currencyConverterUrl = 'http://query.yahooapis.com/v1/public/yql?format=json&q={{YQL_STRING}}'
19
- .'&env=store://datatables.org/alltableswithkeys';
+ // @codingStandardsIgnoreStart
+ private $currencyConverterUrl = 'http://query.yahooapis.com/v1/public/yql?format=json&q={{YQL_STRING}}&env=store://datatables.org/alltableswithkeys';
20
+ // @codingStandardsIgnoreEnd
21
22
/**
23
* Config path for service timeout
0 commit comments