From 7a4699e1d4c559cbc042ea526c67ddf5311c6117 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 14 Dec 2023 14:42:33 +0800 Subject: [PATCH] * Modify return type in tutorialTest. --- module/tutorial/test/tutorial.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/tutorial/test/tutorial.class.php b/module/tutorial/test/tutorial.class.php index ed4d8d81f9..aaf60b8a54 100644 --- a/module/tutorial/test/tutorial.class.php +++ b/module/tutorial/test/tutorial.class.php @@ -114,7 +114,7 @@ class tutorialTest * * @param string $browseType * @access public - * @return void + * @return array */ public function getProjectStatsTest(string $browseType = ''): array { @@ -127,7 +127,7 @@ class tutorialTest * * @param string $browseType * @access public - * @return void + * @return array */ public function getExecutionStatsTest(string $browseType = ''): array { @@ -139,7 +139,7 @@ class tutorialTest * Get tutorial stories. * * @access public - * @return void + * @return array */ public function getStoriesTest(): array { @@ -151,7 +151,7 @@ class tutorialTest * Test get tutorial Execution pairs. * * @access public - * @return void + * @return array */ public function getExecutionPairsTest(): array {