diff options
author | Simon Rettberg | 2017-11-13 23:44:10 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-11-13 23:44:10 +0100 |
commit | d563c786fd5d37f274a462bc81f97802a555032e (patch) | |
tree | 8aab54301ec41d2f5b738902b2d42460285f1026 /inc | |
parent | [style/default.css] Fix style of radio inputs in "checkbox" class (diff) | |
download | slx-admin-d563c786fd5d37f274a462bc81f97802a555032e.tar.gz slx-admin-d563c786fd5d37f274a462bc81f97802a555032e.tar.xz slx-admin-d563c786fd5d37f274a462bc81f97802a555032e.zip |
[inc/Taskmanager] Fix phpdoc
Diffstat (limited to 'inc')
-rw-r--r-- | inc/taskmanager.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/taskmanager.inc.php b/inc/taskmanager.inc.php index 1920190f..dcf54448 100644 --- a/inc/taskmanager.inc.php +++ b/inc/taskmanager.inc.php @@ -96,7 +96,7 @@ class Taskmanager /** * Wait for the given task's completion. * - * @param type $task task to wait for + * @param array $task task to wait for * @param int $timeout maximum time in ms to wait for completion of task * @return array result/status of task, or false if it couldn't be queried */ |