Skip to content

Commit 428605d

Browse files
authored
Static tests fixes
1 parent 76e61ae commit 428605d

File tree

1 file changed

+7
-5
lines changed
  • app/code/Magento/Wishlist/Block/Share/Email

1 file changed

+7
-5
lines changed

app/code/Magento/Wishlist/Block/Share/Email/Items.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Wishlist block customer items
9-
*
10-
* @author Magento Core Team <[email protected]>
11-
*/
127
namespace Magento\Wishlist\Block\Share\Email;
138

149
use Magento\Catalog\Model\Product;
@@ -19,6 +14,8 @@
1914
use Magento\Wishlist\Model\Item;
2015

2116
/**
17+
* Wishlist share items
18+
*
2219
* @api
2320
* @since 100.0.2
2421
*/
@@ -36,6 +33,7 @@ class Items extends \Magento\Wishlist\Block\AbstractBlock
3633

3734
/**
3835
* Items constructor.
36+
*
3937
* @param \Magento\Catalog\Block\Product\Context $context
4038
* @param \Magento\Framework\App\Http\Context $httpContext
4139
* @param array $data
@@ -59,6 +57,7 @@ public function __construct(
5957
* Identify the product from which thumbnail should be taken.
6058
*
6159
* @param Item $item
60+
*
6261
* @return Product
6362
*/
6463
public function getProductForThumbnail(Item $item): Product
@@ -71,6 +70,7 @@ public function getProductForThumbnail(Item $item): Product
7170
*
7271
* @param \Magento\Catalog\Model\Product $product
7372
* @param array $additional
73+
*
7474
* @return string
7575
*/
7676
public function getProductUrl($product, $additional = [])
@@ -84,6 +84,7 @@ public function getProductUrl($product, $additional = [])
8484
*
8585
* @param \Magento\Catalog\Model\Product $product
8686
* @param array $additional
87+
*
8788
* @return string
8889
*/
8990
public function getAddToCartUrl($product, $additional = [])
@@ -97,6 +98,7 @@ public function getAddToCartUrl($product, $additional = [])
9798
* Check whether wishlist item has description
9899
*
99100
* @param \Magento\Wishlist\Model\Item $item
101+
*
100102
* @return bool
101103
*/
102104
public function hasDescription($item)

0 commit comments

Comments
 (0)