File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/AdminNotification/Model Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
* AdminNotification Feed model
10
10
*
11
11
* @author Magento Core Team <core@magentocommerce.com>
12
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
13
*/
13
14
class Feed extends \Magento \Framework \Model \AbstractModel
14
15
{
@@ -64,12 +65,15 @@ class Feed extends \Magento\Framework\Model\AbstractModel
64
65
* @param \Magento\Framework\Model\Context $context
65
66
* @param \Magento\Framework\Registry $registry
66
67
* @param \Magento\Backend\App\ConfigInterface $backendConfig
67
- * @param \Magento\AdminNotification\Model\ InboxFactory $inboxFactory
68
- * @param \Magento\Framework\Model\Resource\AbstractResource $resource
68
+ * @param InboxFactory $inboxFactory
69
+ * @param \Magento\Framework\HTTP\Adapter\CurlFactory $curlFactory
69
70
* @param \Magento\Framework\App\DeploymentConfig $deploymentConfig
71
+ * @param \Magento\Framework\App\ProductMetadataInterface $productMetadata
72
+ * @param \Magento\Framework\UrlInterface $urlBuilder
73
+ * @param \Magento\Framework\Model\Resource\AbstractResource $resource
70
74
* @param \Magento\Framework\Data\Collection\Db $resourceCollection
71
- * @param \Magento\Framework\HTTP\Adapter\curlFactory $curlFactory
72
75
* @param array $data
76
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
73
77
*/
74
78
public function __construct (
75
79
\Magento \Framework \Model \Context $ context ,
You can’t perform that action at this time.
0 commit comments