From 362264e53dbf61104f8b4c4187e2b35444005487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E8=BE=B0=E8=BD=A9?= Date: Thu, 13 Oct 2022 13:40:24 +0800 Subject: [PATCH] * Add comment. --- api/v1/entries/testtasks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/entries/testtasks.php b/api/v1/entries/testtasks.php index 1c77a0d9b1..e7cd77bee1 100644 --- a/api/v1/entries/testtasks.php +++ b/api/v1/entries/testtasks.php @@ -71,6 +71,7 @@ class testtasksEntry extends entry * POST method. * * @access public + * @param int $projectID * @return void */ public function post($projectID = 0)