Skip to content

Commit 8eb39b8

Browse files
committed
Fis Static Tests
1 parent 77135cf commit 8eb39b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Model/CategoryLink.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getCategoryId()
3636
}
3737

3838
/**
39-
* {@inheritDoc}
39+
* @inheritDoc
4040
*
4141
* @param int $position
4242
* @return $this
@@ -58,7 +58,7 @@ public function setCategoryId($categoryId)
5858
}
5959

6060
/**
61-
* {@inheritdoc}
61+
* @inheritdoc
6262
*
6363
* @return \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface|null
6464
*/
@@ -68,7 +68,7 @@ public function getExtensionAttributes()
6868
}
6969

7070
/**
71-
* {@inheritdoc}
71+
* @inheritdoc
7272
*
7373
* @param \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface $extensionAttributes
7474
* @return $this

0 commit comments

Comments
 (0)