File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
app/code/Magento/Wishlist Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class EmailLink extends Link
2424 protected $ _template = 'rss/email.phtml ' ;
2525
2626 /**
27- * @return string
27+ * @return array
2828 */
2929 protected function getLinkParams ()
3030 {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function isRssAllowed()
7272 }
7373
7474 /**
75- * @return string
75+ * @return array
7676 */
7777 protected function getLinkParams ()
7878 {
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ public function isAllowInCart()
503503 /**
504504 * Retrieve customer name
505505 *
506- * @return string|void
506+ * @return string|null
507507 */
508508 public function getCustomerName ()
509509 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function __construct(Data $helper)
3232 /**
3333 * Add tax data to result
3434 *
35- * @param \Magento\Checkout\CustomerData\Cart $subject
35+ * @param \Magento\Catalog\Ui\DataProvider\Product\Listing\DataProvider $subject
3636 * @param array $result
3737 * @return array
3838 * @SuppressWarnings(PHPMD.UnusedFormalParameter)
You can’t perform that action at this time.
0 commit comments