Skip to content

Commit f3524ee

Browse files
committed
Lint fix
1 parent 8844b9d commit f3524ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Comment_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ 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.
 *
9898
* @param string[] $args Positional arguments. Unused.
9999
* @param array<string, mixed> $assoc_args Associative arguments.
100100
*/

0 commit comments

Comments
 (0)