ENH Add generic types (#87)

This commit is contained in:
Guy Sartorelli 2024-01-23 13:09:18 +13:00 committed by GitHub
parent 521e84a93b
commit 867a9f6f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ class TestSessionController extends Controller
} }
/** /**
* @return ArrayList * @return ArrayList<ArrayData>
*/ */
public function getState() public function getState()
{ {