Skip to content

Commit

Permalink
Merge remote-tracking branch 'git-36978/no-author/wishlist' into blue…
Browse files Browse the repository at this point in the history
…tooth_delivery
  • Loading branch information
engcom-Echo committed Oct 4, 2023
2 parents 4484e82 + 55d8416 commit 3dfb849
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 59 deletions.
8 changes: 1 addition & 7 deletions app/code/Magento/Wishlist/Block/Customer/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@
* See COPYING.txt for license details.
*/

/**
* Wishlist customer sharing block
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer;

use Magento\Captcha\Block\Captcha;

/**
* Class Sharing
* Wishlist customer sharing block
*
* @api
* @since 100.0.2
* @package Magento\Wishlist\Block\Customer
*/
class Sharing extends \Magento\Framework\View\Element\Template
{
Expand Down
3 changes: 0 additions & 3 deletions app/code/Magento/Wishlist/Block/Customer/Wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer;

/**
Expand Down
11 changes: 2 additions & 9 deletions app/code/Magento/Wishlist/Block/Customer/Wishlist/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,22 @@
* See COPYING.txt for license details.
*/

/**
* Wishlist block customer item cart column
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist;

/**
* Wishlist block customer item cart column
*
* @api
* @since 100.0.2
*/
class Button extends \Magento\Framework\View\Element\Template
{
/**
* Wishlist config
*
* @var \Magento\Wishlist\Model\Config
*/
protected $_wishlistConfig;

/**
* Wishlist data
*
* @var \Magento\Wishlist\Helper\Data
*/
protected $_wishlistData = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;

/**
* Model for item column in customer wishlist.
*
* @api
* @deprecated 101.1.2
* @see no longer used
* @since 100.0.2
*/
class Actions extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;

/**
* Wishlist block customer item cart column.
*
* @api
* @deprecated 101.1.2
* @see no longer used
* @since 100.0.2
*/
class Comment extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;

/**
* Edit item in customer wishlist table.
*
* @api
* @deprecated 101.1.2
* @see no longer used
* @since 100.0.2
*/
class Edit extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;

/**
* Wishlist block customer item cart column.
*
* @api
* @deprecated 101.1.2
* @see no longer used
* @since 100.0.2
*/
class Info extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Customer\Wishlist\Item\Column;

/**
* Delete item column in customer wishlist table
*
* @api
* @deprecated 101.1.2
* @see no longer used
* @since 100.0.2
*/
class Remove extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
Expand Down
3 changes: 0 additions & 3 deletions app/code/Magento/Wishlist/Block/Share/Wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Wishlist block shared items
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Block\Share;

Expand Down Expand Up @@ -53,7 +51,6 @@ public function __construct(
* Prepare global layout
*
* @return $this
*
*/
protected function _prepareLayout()
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Wishlist/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/**
* Wishlist Data Helper
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
*
Expand Down
9 changes: 3 additions & 6 deletions app/code/Magento/Wishlist/Model/ResourceModel/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
* See COPYING.txt for license details.
*/

/**
* Wishlist item model resource
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Model\ResourceModel;

/**
* Wishlist item model resource
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -56,7 +53,7 @@ public function loadByProductWishlist($object, $wishlistId, $productId, $sharedS
}

/**
* {@inheritdoc}
* @inheritDoc
*/
public function save(\Magento\Framework\Model\AbstractModel $object)
{
Expand Down
9 changes: 4 additions & 5 deletions app/code/Magento/Wishlist/Model/ResourceModel/Item/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
* See COPYING.txt for license details.
*/

/**
* Wishlist item option resource model
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Model\ResourceModel\Item;

/**
* Wishlist item option resource model
*
* @api
* @since 100.0.2
*/
class Option extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
/**
* Initialise the resource model
*
* @return void
*/
protected function _construct()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Wishlist item option collection
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Model\ResourceModel\Item\Option;

Expand Down
9 changes: 3 additions & 6 deletions app/code/Magento/Wishlist/Model/ResourceModel/Wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
* See COPYING.txt for license details.
*/

/**
* Wishlist resource model
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Model\ResourceModel;

/**
* Wishlist resource model
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -81,7 +78,7 @@ public function setCustomerIdFieldName($fieldName)
}

/**
* {@inheritdoc}
* @inheritDoc
*/
public function save(\Magento\Framework\Model\AbstractModel $object)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Wishlist model collection
*
* @author Magento Core Team <[email protected]>
*/
namespace Magento\Wishlist\Model\ResourceModel\Wishlist;

Expand Down

0 comments on commit 3dfb849

Please sign in to comment.