File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function delete(
7070
7171 /**
7272 * Delete Author by ID
73- * @param string $authord
73+ * @param string $authorId
7474 * @return bool true on success
7575 * @throws \Magento\Framework\Exception\NoSuchEntityException
7676 * @throws \Magento\Framework\Exception\LocalizedException
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function delete(
7171
7272 /**
7373 * Delete Category by ID
74- * @param string $categoryd
74+ * @param string $categoryId
7575 * @return bool true on success
7676 * @throws \Magento\Framework\Exception\NoSuchEntityException
7777 * @throws \Magento\Framework\Exception\LocalizedException
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function delete(
7474
7575 /**
7676 * Delete Comment by ID
77- * @param string $commentd
77+ * @param string $commentId
7878 * @return bool true on success
7979 * @throws \Magento\Framework\Exception\NoSuchEntityException
8080 * @throws \Magento\Framework\Exception\LocalizedException
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function delete(
6060
6161 /**
6262 * Delete Tag by ID
63- * @param string $tagd
63+ * @param string $tagId
6464 * @return bool true on success
6565 * @throws \Magento\Framework\Exception\NoSuchEntityException
6666 * @throws \Magento\Framework\Exception\LocalizedException
You can’t perform that action at this time.
0 commit comments