Skip to content
Snippets Groups Projects
Commit da30c17d authored by Arkadii Chyzhov's avatar Arkadii Chyzhov Committed by Olexii Korshenko
Browse files

MAGETWO-38916: Add unit test coverage for \Magento\CurrencySymbol\Model\*

- removed unnecessary doc block tags
parent 01e1c4d9
Branches
No related merge requests found
......@@ -31,7 +31,6 @@ class Observer
*
* @param \Magento\Framework\Event\Observer $observer
* @return $this
* @codeCoverageIgnore
*/
public function currencyDisplayOptions(\Magento\Framework\Event\Observer $observer)
{
......
......@@ -285,7 +285,6 @@ class Currencysymbol
)
);
/* @var $storeModel \Magento\Store\Model\System\Store */
$storeModel = $this->_systemStore;
/** @var \Magento\Store\Model\Website $website */
foreach ($storeModel->getWebsiteCollection() as $website) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment