Skip to content

Commit f67a582

Browse files
committed
Fix errant docblock
1 parent aed00ab commit f67a582

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ wp comment create [--<field>=<value>] [--porcelain]
150150

151151
# Create a note (WordPress 6.9+).
152152
$ wp comment create --comment_post_ID=15 --comment_content="This block needs revision" --comment_author="editor" --comment_type="note"
153-
Success: Created comment 933. *
153+
Success: Created comment 933.
154154

155155

156156

src/Comment_Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public function __construct() {
9494
*
9595
* # Create a note (WordPress 6.9+).
9696
* $ wp comment create --comment_post_ID=15 --comment_content="This block needs revision" --comment_author="editor" --comment_type="note"
97-
* Success: Created comment 933. *
97+
* Success: Created comment 933.
98+
*
9899
* @param string[] $args Positional arguments. Unused.
99100
* @param array<string, mixed> $assoc_args Associative arguments.
100101
*/

0 commit comments

Comments
 (0)