Fixed undropkicked I.

This commit is contained in:
flash 2024-10-05 03:36:53 +00:00
parent 0f45a5f60f
commit 7ef1974c88

View file

@ -22,7 +22,7 @@ class CommentsPostInfo {
) {}
public static function fromResult(
IDbResult $result,
DbResult $result,
bool $includeRepliesCount = false,
bool $includeVotesCount = false
): CommentsPostInfo {