Skip to content

Commit 955089a

Browse files
committed
fix api type
1 parent 5fd2c9f commit 955089a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Api/AuthorRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Api/CategoryRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Api/CommentRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Api/TagRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)