Skip to content

Commit

Permalink
pkp#9924 Fix review method filter
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 2, 2024
1 parent a872832 commit 4c027a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/submission/reviewAssignment/Collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Collector implements CollectorInterface, ViewsCount
public bool $isLastReviewRound = false;
public ?int $count = null;
public ?int $offset = null;
public ?int $reviewMethods = null;
public ?array $reviewMethods = null;
public ?int $stageId = null;
public ?array $reviewFormIds = null;

Expand Down

0 comments on commit 4c027a9

Please sign in to comment.