Skip to content

Commit 24f1c4c

Browse files
committed
fix: phpstan issues
1 parent be45039 commit 24f1c4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Comment_Command.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,8 @@ static function ( $id ) use ( $exclude_list ) {
791791

792792
/**
793793
* Gets all available comment IDs.
794-
*
795-
* @return array Array of comment IDs.
796794
*/
797-
private function get_all_comment_ids() {
795+
private function get_all_comment_ids(): array {
798796
$query = new WP_Comment_Query();
799797
$comments = $query->query(
800798
array(

0 commit comments

Comments
 (0)