Skip to content

Commit e87d1b6

Browse files
ziffityziffity
authored andcommitted
Issue-38939 Doc block updated
1 parent 140433c commit e87d1b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/ProductAlert/Model/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function loadByParam()
9595
}
9696

9797
/**
98-
* Method for deleting customer from website.
98+
* Method for deleting customer's price alert from website.
9999
*
100100
* @param int $customerId
101101
* @param int $websiteId

app/code/Magento/ProductAlert/Model/Stock.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public function loadByParam()
9393
}
9494

9595
/**
96-
* Method for deleting customer from website.
96+
* Method for deleting customer's stock alert from website.
97+
*
9798
*
9899
* @param int $customerId
99100
* @param int $websiteId

0 commit comments

Comments
 (0)