Update wcfsetup/install/files/lib/system/background/job/AbstractUniqueBackgroundJob...
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Thu, 22 Feb 2024 09:39:58 +0000 (10:39 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 09:39:58 +0000 (10:39 +0100)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/system/background/job/AbstractUniqueBackgroundJob.class.php

index b4a27d1119e3f473b3969a17d127ff306a5abdac..60571453b3e711d410cc1a7ff0fb5490adc496cc 100644 (file)
@@ -37,8 +37,6 @@ abstract class AbstractUniqueBackgroundJob extends AbstractBackgroundJob
 
     /**
      * Returns whether this job should be queued again because it has more to do.
-     *
-     * @return bool
      */
     abstract public function queueAgain(): bool;