We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77135cf commit 8eb39b8Copy full SHA for 8eb39b8
app/code/Magento/Catalog/Model/CategoryLink.php
@@ -36,7 +36,7 @@ public function getCategoryId()
36
}
37
38
/**
39
- * {@inheritDoc}
+ * @inheritDoc
40
*
41
* @param int $position
42
* @return $this
@@ -58,7 +58,7 @@ public function setCategoryId($categoryId)
58
59
60
61
- * {@inheritdoc}
+ * @inheritdoc
62
63
* @return \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface|null
64
*/
@@ -68,7 +68,7 @@ public function getExtensionAttributes()
68
69
70
71
72
73
* @param \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface $extensionAttributes
74
0 commit comments