Skip to content

Commit 0501908

Browse files
committed
ENGCOM-4460: Static test fix.
1 parent 473f9a5 commit 0501908

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Actions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Wishlist for item column in customer wishlist
9-
*
108
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
1311

1412
/**
13+
* Model for item column in customer wishlist.
14+
*
1515
* @api
1616
* @deprecated
1717
* @since 100.0.2

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Wishlist block customer item cart column
9-
*
108
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
1311

1412
/**
13+
* Wishlist block customer item cart column.
14+
*
1515
* @api
1616
* @deprecated
1717
* @since 100.0.2

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Edit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Edit item in customer wishlist table
9-
*
108
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
1311

1412
/**
13+
* Edit item in customer wishlist table.
14+
*
1515
* @api
1616
* @deprecated
1717
* @since 100.0.2

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Info.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Wishlist block customer item cart column
9-
*
108
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
1311

1412
/**
13+
* Wishlist block customer item cart column.
14+
*
1515
* @api
1616
* @deprecated
1717
* @since 100.0.2

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Remove.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Delete item column in customer wishlist table
9-
*
108
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
1311

1412
/**
13+
* Delete item column in customer wishlist table
14+
*
1515
* @api
1616
* @deprecated
1717
* @since 100.0.2

0 commit comments

Comments
 (0)