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(
|
public static function fromResult(
|
||||||
IDbResult $result,
|
DbResult $result,
|
||||||
bool $includeRepliesCount = false,
|
bool $includeRepliesCount = false,
|
||||||
bool $includeVotesCount = false
|
bool $includeVotesCount = false
|
||||||
): CommentsPostInfo {
|
): CommentsPostInfo {
|
||||||
|
|
Reference in a new issue