diff --git a/tests/mod_ratingallocate_status_test.php b/tests/mod_ratingallocate_status_test.php index 8b4fab17..09dd0e85 100644 --- a/tests/mod_ratingallocate_status_test.php +++ b/tests/mod_ratingallocate_status_test.php @@ -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],