From 1d62db8de6fe69d61162d735d5114d5e50947d51 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 5 Oct 2024 03:36:53 +0000 Subject: [PATCH] Fixed undropkicked I. --- src/Comments/CommentsPostInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Comments/CommentsPostInfo.php b/src/Comments/CommentsPostInfo.php index 997a1a10..da0f0059 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 {