Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3e0c785

Browse files
nmalevanecdmanners
authored andcommitted
8003: Using System Value for Base Currency Results in Config Error.
1 parent b63ceb9 commit 3e0c785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Currency extends \Magento\Framework\Model\AbstractModel
8282
* @param \Magento\Framework\Model\ResourceModel\AbstractResource $resource
8383
* @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
8484
* @param array $data
85-
* @param CurrencyConfig|null $currencyConfig
85+
* @param CurrencyConfig $currencyConfig
8686
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
8787
*/
8888
public function __construct(

0 commit comments

Comments
 (0)