File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Catalog/Block/Ui Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
/**
21
21
* Reports Viewed Products Counter
22
22
*
23
- * The main responsilibity of this class is provide necessary data to track viewed products
24
- * by customer on frontend and data to synchornize this tracks with backend
23
+ * The main responsibility of this class is provide necessary data to track viewed products
24
+ * by customer on frontend and data to synchronize this tracks with backend
25
25
*
26
26
* @api
27
27
* @since 101.1.0
@@ -109,6 +109,8 @@ public function __construct(
109
109
*
110
110
* @return string {JSON encoded data}
111
111
* @since 101.1.0
112
+ * @throws \Magento\Framework\Exception\LocalizedException
113
+ * @throws \Magento\Framework\Exception\NoSuchEntityException
112
114
*/
113
115
public function getCurrentProductData ()
114
116
{
You can’t perform that action at this time.
0 commit comments