File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Wishlist/Model Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
* @method string getUpdatedAt()
26
26
* @method \Magento\Wishlist\Model\Wishlist setUpdatedAt(string $value)
27
27
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
28
+ * @SuppressWarnings(PHPMD.TooManyFields)
28
29
*/
29
30
class Wishlist extends \Magento \Framework \Model \AbstractModel implements \Magento \Framework \DataObject \IdentityInterface
30
31
{
@@ -126,6 +127,8 @@ class Wishlist extends \Magento\Framework\Model\AbstractModel implements \Magent
126
127
private $ serializer ;
127
128
128
129
/**
130
+ * Constructor
131
+ *
129
132
* @param \Magento\Framework\Model\Context $context
130
133
* @param \Magento\Framework\Registry $registry
131
134
* @param \Magento\Catalog\Helper\Product $catalogProduct
You can’t perform that action at this time.
0 commit comments