Skip to content

Commit 3dfb849

Browse files
committed
Merge remote-tracking branch 'git-36978/no-author/wishlist' into bluetooth_delivery
2 parents 4484e82 + 55d8416 commit 3dfb849

File tree

15 files changed

+18
-59
lines changed

15 files changed

+18
-59
lines changed

app/code/Magento/Wishlist/Block/Customer/Sharing.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Wishlist customer sharing block
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
127
namespace Magento\Wishlist\Block\Customer;
138

149
use Magento\Captcha\Block\Captcha;
1510

1611
/**
17-
* Class Sharing
12+
* Wishlist customer sharing block
1813
*
1914
* @api
2015
* @since 100.0.2
21-
* @package Magento\Wishlist\Block\Customer
2216
*/
2317
class Sharing extends \Magento\Framework\View\Element\Template
2418
{

app/code/Magento/Wishlist/Block/Customer/Wishlist.php

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

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer;
118

129
/**

app/code/Magento/Wishlist/Block/Customer/Wishlist/Button.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,22 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Wishlist block customer item cart column
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
127
namespace Magento\Wishlist\Block\Customer\Wishlist;
138

149
/**
10+
* Wishlist block customer item cart column
11+
*
1512
* @api
1613
* @since 100.0.2
1714
*/
1815
class Button extends \Magento\Framework\View\Element\Template
1916
{
2017
/**
21-
* Wishlist config
22-
*
2318
* @var \Magento\Wishlist\Model\Config
2419
*/
2520
protected $_wishlistConfig;
2621

2722
/**
28-
* Wishlist data
29-
*
3023
* @var \Magento\Wishlist\Helper\Data
3124
*/
3225
protected $_wishlistData = null;

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
118

129
/**
1310
* Model for item column in customer wishlist.
1411
*
1512
* @api
1613
* @deprecated 101.1.2
14+
* @see no longer used
1715
* @since 100.0.2
1816
*/
1917
class Actions extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
118

129
/**
1310
* Wishlist block customer item cart column.
1411
*
1512
* @api
1613
* @deprecated 101.1.2
14+
* @see no longer used
1715
* @since 100.0.2
1816
*/
1917
class Comment extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
118

129
/**
1310
* Edit item in customer wishlist table.
1411
*
1512
* @api
1613
* @deprecated 101.1.2
14+
* @see no longer used
1715
* @since 100.0.2
1816
*/
1917
class Edit extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
118

129
/**
1310
* Wishlist block customer item cart column.
1411
*
1512
* @api
1613
* @deprecated 101.1.2
14+
* @see no longer used
1715
* @since 100.0.2
1816
*/
1917
class Info extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;
118

129
/**
1310
* Delete item column in customer wishlist table
1411
*
1512
* @api
1613
* @deprecated 101.1.2
14+
* @see no longer used
1715
* @since 100.0.2
1816
*/
1917
class Remove extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Wishlist block shared items
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Wishlist\Block\Share;
1311

@@ -53,7 +51,6 @@ public function __construct(
5351
* Prepare global layout
5452
*
5553
* @return $this
56-
*
5754
*/
5855
protected function _prepareLayout()
5956
{

app/code/Magento/Wishlist/Helper/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
/**
2222
* Wishlist Data Helper
2323
*
24-
* @author Magento Core Team <core@magentocommerce.com>
2524
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2625
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2726
*

0 commit comments

Comments
 (0)