From 101db5f4af687781376ac2f59bc1a0d1eeeed3ce Mon Sep 17 00:00:00 2001 From: Irina Hoppe Date: Mon, 3 Jun 2024 09:17:47 +0200 Subject: [PATCH] set array as return type for ratingallocate_provider --- tests/mod_ratingallocate_status_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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],