@@ -5,6 +5,10 @@ |
||
5 | 5 | */ |
6 | 6 | class MatchActivityQueryBuilder extends QueryBuilder |
7 | 7 | { |
8 | + /** |
|
9 | + * @param string[] $selectColumns |
|
10 | + * @param string $leftJoinOn |
|
11 | + */ |
|
8 | 12 | protected function includeMatchActivity($selectColumns, $leftJoinOn, $useMatchParticipationTable = false) |
9 | 13 | { |
10 | 14 | $type = $this->type; |