From c9d3c0654763229787844c8794eec64429a579bc Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 12 Jan 2024 15:54:04 +1300 Subject: [PATCH] ENH Add generic types --- src/TestSessionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestSessionController.php b/src/TestSessionController.php index b6933a6..ff91357 100644 --- a/src/TestSessionController.php +++ b/src/TestSessionController.php @@ -361,7 +361,7 @@ public function isTesting() } /** - * @return ArrayList + * @return ArrayList */ public function getState() {