File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Wishlist Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ class AddToWishlist extends Template
34
34
35
35
/**
36
36
* AddToWishlist constructor.
37
- * @param ProductTypeListInterface $productTypeList
37
+ *
38
38
* @param Context $context
39
39
* @param array $data
40
+ * @param ProductTypeListInterface|null $productTypeList
40
41
*/
41
42
public function __construct (
42
43
Context $ context ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ define([
77
77
return ;
78
78
}
79
79
80
- handleObjSelector = $ ( event . currentTarget ) . closest ( 'form' ) . find ( event . handleObj . selector )
80
+ handleObjSelector = $ ( event . currentTarget ) . closest ( 'form' ) . find ( event . handleObj . selector ) ;
81
81
82
82
handleObjSelector . each ( function ( index , element ) {
83
83
if ( $ ( element ) . is ( 'input[type=text]' ) ||
You can’t perform that action at this time.
0 commit comments