Skip to content

Commit 8a40eac

Browse files
author
Maksym Savich
committed
MAGETWO-31354: Magento Version Tag shows in RSS Feed
- Failed static tests fix
1 parent 097b345 commit 8a40eac

File tree

1 file changed

+7
-3
lines changed
  • app/code/Magento/AdminNotification/Model

1 file changed

+7
-3
lines changed

app/code/Magento/AdminNotification/Model/Feed.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* AdminNotification Feed model
1010
*
1111
* @author Magento Core Team <core@magentocommerce.com>
12+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1213
*/
1314
class Feed extends \Magento\Framework\Model\AbstractModel
1415
{
@@ -64,12 +65,15 @@ class Feed extends \Magento\Framework\Model\AbstractModel
6465
* @param \Magento\Framework\Model\Context $context
6566
* @param \Magento\Framework\Registry $registry
6667
* @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
6970
* @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
7074
* @param \Magento\Framework\Data\Collection\Db $resourceCollection
71-
* @param \Magento\Framework\HTTP\Adapter\curlFactory $curlFactory
7275
* @param array $data
76+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
7377
*/
7478
public function __construct(
7579
\Magento\Framework\Model\Context $context,

0 commit comments

Comments
 (0)