Skip to content

Commit da30c17

Browse files
arkadiychOlexii Korshenko
authored andcommitted
MAGETWO-38916: Add unit test coverage for \Magento\CurrencySymbol\Model\*
- removed unnecessary doc block tags
1 parent 01e1c4d commit da30c17

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/CurrencySymbol/Model/Observer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function __construct(\Magento\CurrencySymbol\Model\System\CurrencysymbolF
3131
*
3232
* @param \Magento\Framework\Event\Observer $observer
3333
* @return $this
34-
* @codeCoverageIgnore
3534
*/
3635
public function currencyDisplayOptions(\Magento\Framework\Event\Observer $observer)
3736
{

app/code/Magento/CurrencySymbol/Model/System/Currencysymbol.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ protected function getAllowedCurrencies()
285285
)
286286
);
287287

288-
/* @var $storeModel \Magento\Store\Model\System\Store */
289288
$storeModel = $this->_systemStore;
290289
/** @var \Magento\Store\Model\Website $website */
291290
foreach ($storeModel->getWebsiteCollection() as $website) {

0 commit comments

Comments
 (0)