summaryrefslogtreecommitdiffstats
path: root/lib/private/backgroundjob.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/backgroundjob.php')
-rw-r--r--lib/private/backgroundjob.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/backgroundjob.php b/lib/private/backgroundjob.php
index afc3c270405..922824753b0 100644
--- a/lib/private/backgroundjob.php
+++ b/lib/private/backgroundjob.php
@@ -25,7 +25,7 @@
*/
class OC_BackgroundJob{
/**
- * @brief get the execution type of background jobs
+ * get the execution type of background jobs
* @return string
*
* This method returns the type how background jobs are executed. If the user
@@ -36,7 +36,7 @@ class OC_BackgroundJob{
}
/**
- * @brief sets the background jobs execution type
+ * sets the background jobs execution type
* @param string $type execution type
* @return false|null
*