From c056c5201061670b0a51d4bd242e704e00050d4b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 19 Apr 2015 01:04:59 +0200 Subject: Add version to @deprecated tags --- lib/public/backgroundjob.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/public/backgroundjob.php') diff --git a/lib/public/backgroundjob.php b/lib/public/backgroundjob.php index 40fdd4b6e63..3fd8ff92b2d 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -88,7 +88,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * creates a regular task * @param string $klass class name * @param string $method method name @@ -103,7 +103,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * gets all regular tasks * @return array * @@ -124,7 +124,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * Gets one queued task * @param int $id ID of the task * @return BackgroundJob\IJob|null @@ -136,7 +136,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * Gets all queued tasks * @return array an array of associative arrays * @since 4.5.0 @@ -156,7 +156,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * Gets all queued tasks of a specific app * @param string $app app name * @return array an array of associative arrays @@ -179,7 +179,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * queues a task * @param string $app app name * @param string $class class name @@ -194,7 +194,7 @@ class BackgroundJob { } /** - * @deprecated + * @deprecated 6.0.0 * deletes a queued task * @param int $id id of task * @return boolean|null -- cgit v1.2.3