diff --git a/src/Comments/CommentsPostInfo.php b/src/Comments/CommentsPostInfo.php index 997a1a1..da0f005 100644 --- a/src/Comments/CommentsPostInfo.php +++ b/src/Comments/CommentsPostInfo.php @@ -22,7 +22,7 @@ class CommentsPostInfo { ) {} public static function fromResult( - IDbResult $result, + DbResult $result, bool $includeRepliesCount = false, bool $includeVotesCount = false ): CommentsPostInfo {