File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/ProductAlert/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function getType()
204
204
*
205
205
* @return $this
206
206
*/
207
- public function setWebsite ($ website )
207
+ public function setWebsite (\ Magento \ Store \ Model \ Website $ website )
208
208
{
209
209
$ this ->_website = $ website ;
210
210
return $ this ;
@@ -273,7 +273,7 @@ public function clean()
273
273
*
274
274
* @return $this
275
275
*/
276
- public function addPriceProduct ($ product )
276
+ public function addPriceProduct (\ Magento \ Catalog \ Model \ Product $ product )
277
277
{
278
278
$ this ->_priceProducts [$ product ->getId ()] = $ product ;
279
279
return $ this ;
@@ -286,7 +286,7 @@ public function addPriceProduct($product)
286
286
*
287
287
* @return $this
288
288
*/
289
- public function addStockProduct ($ product )
289
+ public function addStockProduct (\ Magento \ Catalog \ Model \ Product $ product )
290
290
{
291
291
$ this ->_stockProducts [$ product ->getId ()] = $ product ;
292
292
return $ this ;
You can’t perform that action at this time.
0 commit comments