Skip to content

Commit 3fadf00

Browse files
committed
Static test issues fixed
1 parent 78c9e27 commit 3fadf00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Backend/Block/Store/Switcher.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,16 @@ class Switcher extends \Magento\Backend\Block\Template
6868
protected $_template = 'Magento_Backend::store/switcher.phtml';
6969

7070
/**
71-
* Website factory
72-
*
7371
* @var \Magento\Store\Model\WebsiteFactory
7472
*/
7573
protected $_websiteFactory;
7674

7775
/**
78-
* Store Group Factory
79-
*
8076
* @var \Magento\Store\Model\GroupFactory
8177
*/
8278
protected $_storeGroupFactory;
8379

8480
/**
85-
* Store Factory
86-
*
8781
* @var \Magento\Store\Model\StoreFactory
8882
*/
8983
protected $_storeFactory;

0 commit comments

Comments
 (0)