From 867a9f6f491ceb73b760571f3dd4bd1b0b2667f7 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:09:18 +1300 Subject: [PATCH] ENH Add generic types (#87) --- 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 @@ class TestSessionController extends Controller } /** - * @return ArrayList + * @return ArrayList */ public function getState() {