Skip to content

Commit 6dbf62d

Browse files
committed
fix: code style
1 parent 846b801 commit 6dbf62d

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
@@ -800,7 +800,7 @@ private function get_all_comment_ids(): array {
800800
)
801801
);
802802

803-
if (!is_array($comments)) {
803+
if ( ! is_array( $comments ) ) {
804804
return [];
805805
}
806806

0 commit comments

Comments
 (0)