diff options
Diffstat (limited to 'app/Model/Subtask.php')
-rw-r--r-- | app/Model/Subtask.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Subtask.php b/app/Model/Subtask.php index 24508c91..95e60bce 100644 --- a/app/Model/Subtask.php +++ b/app/Model/Subtask.php @@ -55,7 +55,7 @@ class Subtask extends Base * Get available status * * @access public - * @return array + * @return string[] */ public function getStatusList() { |