Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions app/code/Magento/ProductAlert/Model/Price.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
* Copyright 2011 Adobe
* All Rights Reserved.
**/
namespace Magento\ProductAlert\Model;

use Magento\ProductAlert\Model\ResourceModel\Price\Customer\Collection;
Expand All @@ -29,8 +29,6 @@
* @method int getStoreId()
* @method \Magento\ProductAlert\Model\Stock setStoreId(int $value)
*
* @author Magento Core Team <[email protected]>
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -95,7 +93,7 @@ public function loadByParam()
}

/**
* Method for deleting customer from website.
* Method for deleting customer's price alert from website.
*
* @param int $customerId
* @param int $websiteId
Expand Down
10 changes: 4 additions & 6 deletions app/code/Magento/ProductAlert/Model/Stock.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
* Copyright 2011 Adobe
* All Rights Reserved.
**/
namespace Magento\ProductAlert\Model;

use Magento\ProductAlert\Model\ResourceModel\Stock\Customer\Collection;
Expand All @@ -27,8 +27,6 @@
* @method int getStoreId()
* @method \Magento\ProductAlert\Model\Stock setStoreId(int $value)
*
* @author Magento Core Team <[email protected]>
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -93,7 +91,7 @@ public function loadByParam()
}

/**
* Method for deleting customer from website.
* Method for deleting customer's stock alert from website.
*
* @param int $customerId
* @param int $websiteId
Expand Down