Fixed undropkicked I.
This commit is contained in:
parent
0f45a5f60f
commit
7ef1974c88
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class CommentsPostInfo {
|
|||
) {}
|
||||
|
||||
public static function fromResult(
|
||||
IDbResult $result,
|
||||
DbResult $result,
|
||||
bool $includeRepliesCount = false,
|
||||
bool $includeVotesCount = false
|
||||
): CommentsPostInfo {
|
||||
|
|
Loading…
Reference in a new issue