]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Extend docblock of hasReservedJob 41295/head
authorMarcel Klehr <mklehr@gmx.net>
Wed, 8 Nov 2023 15:37:51 +0000 (16:37 +0100)
committerMarcel Klehr <mklehr@gmx.net>
Wed, 8 Nov 2023 15:37:51 +0000 (16:37 +0100)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
lib/public/BackgroundJob/IJobList.php

index eeca986423bac3a62f958522692034cb5b460cc1..0b00326ca1a371e35499984dbf4ab128effc30a7 100644 (file)
@@ -160,7 +160,8 @@ interface IJobList {
        public function resetBackgroundJob(IJob $job): void;
 
        /**
-        * Checks whether a job of the passed class is reserved to run
+        * Checks whether a job of the passed class was reserved to run
+        * in the last 6h
         *
         * @param string|null $className
         * @return bool