Skip to content

Commit

Permalink
set array as return type for ratingallocate_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jun 3, 2024
1 parent aeb8e5f commit 101db5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mod_ratingallocate_status_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public function setUp(): void {
/**
* Provider
*
* @return array[]
* @return array
*/
public function ratingallocate_provider() {
public function ratingallocate_provider(): array {
return [
'Rating phase is not started.' => [
3, 6, false, false, \ratingallocate::DISTRIBUTION_STATUS_TOO_EARLY],
Expand Down

0 comments on commit 101db5f

Please sign in to comment.