diff options
| author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-12 21:18:38 -0400 |
|---|---|---|
| committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-12 21:18:38 -0400 |
| commit | 9722cf61520b166454ab7b4cda5b610d56f1fa77 (patch) | |
| tree | 6c289dd1249034ddde341f4811cedf5b8e285166 /actions/task_close.php | |
| parent | b27a78e3229af5b477dbc5b31ba2beec7a7238ca (diff) | |
Add unit tests for automatic actions
Diffstat (limited to 'actions/task_close.php')
| -rw-r--r-- | actions/task_close.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/task_close.php b/actions/task_close.php index 4d129d73..3c45ebc0 100644 --- a/actions/task_close.php +++ b/actions/task_close.php @@ -39,9 +39,8 @@ class TaskClose extends Base } /** - * Get the required parameter for the event (check if for the event data) + * Get the required parameter for the event * - * @abstract * @access public * @return array */ |
