File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/code/Magento/CurrencySymbol/Model Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public function __construct(\Magento\CurrencySymbol\Model\System\CurrencysymbolF
31
31
*
32
32
* @param \Magento\Framework\Event\Observer $observer
33
33
* @return $this
34
- * @codeCoverageIgnore
35
34
*/
36
35
public function currencyDisplayOptions (\Magento \Framework \Event \Observer $ observer )
37
36
{
Original file line number Diff line number Diff line change @@ -285,7 +285,6 @@ protected function getAllowedCurrencies()
285
285
)
286
286
);
287
287
288
- /* @var $storeModel \Magento\Store\Model\System\Store */
289
288
$ storeModel = $ this ->_systemStore ;
290
289
/** @var \Magento\Store\Model\Website $website */
291
290
foreach ($ storeModel ->getWebsiteCollection () as $ website ) {
You can’t perform that action at this time.
0 commit comments