File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Block/Adminhtml/Product Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
class Grid extends \Magento \Backend \Block \Widget \Grid \Extended
17
17
{
18
18
/**
19
- * @var \Magento\Framework\Module\Manager
19
+ * @var \Magento\Framework\Module\ModuleManagerInterface
20
20
*/
21
21
protected $ moduleManager ;
22
22
@@ -59,7 +59,7 @@ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
59
59
* @param \Magento\Catalog\Model\Product\Type $type
60
60
* @param \Magento\Catalog\Model\Product\Attribute\Source\Status $status
61
61
* @param \Magento\Catalog\Model\Product\Visibility $visibility
62
- * @param \Magento\Framework\Module\Manager $moduleManager
62
+ * @param \Magento\Framework\Module\ModuleManagerInterface $moduleManager
63
63
* @param array $data
64
64
*
65
65
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
@@ -73,7 +73,7 @@ public function __construct(
73
73
\Magento \Catalog \Model \Product \Type $ type ,
74
74
\Magento \Catalog \Model \Product \Attribute \Source \Status $ status ,
75
75
\Magento \Catalog \Model \Product \Visibility $ visibility ,
76
- \Magento \Framework \Module \Manager $ moduleManager ,
76
+ \Magento \Framework \Module \ModuleManagerInterface $ moduleManager ,
77
77
array $ data = []
78
78
) {
79
79
$ this ->_websiteFactory = $ websiteFactory ;
@@ -101,7 +101,7 @@ protected function _construct()
101
101
}
102
102
103
103
/**
104
- * Get store
104
+ * Get store.
105
105
*
106
106
* @return Store
107
107
* @throws \Magento\Framework\Exception\NoSuchEntityException
You can’t perform that action at this time.
0 commit comments