aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob/QueuedJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/BackgroundJob/QueuedJob.php')
-rw-r--r--lib/public/BackgroundJob/QueuedJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/BackgroundJob/QueuedJob.php b/lib/public/BackgroundJob/QueuedJob.php
index caacff42b1a..75e27d1d60f 100644
--- a/lib/public/BackgroundJob/QueuedJob.php
+++ b/lib/public/BackgroundJob/QueuedJob.php
@@ -22,7 +22,7 @@ abstract class QueuedJob extends Job {
* @param ILogger|null $logger
*
* @since 15.0.0
- * @deprecated since 25.0.0 Use start() instead. This method will be removed
+ * @deprecated 25.0.0 Use start() instead. This method will be removed
* with the ILogger interface
*/
final public function execute($jobList, ?ILogger $logger = null) {