From 7ef1974c88cb894e87c829b25e347a87d7c65c54 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 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 {