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

index 1e81de48a32bca8623143ef6eea829ecef19c4d2..b4a27d1119e3f473b3969a17d127ff306a5abdac 100644 (file)
@@ -20,8 +20,6 @@ abstract class AbstractUniqueBackgroundJob extends AbstractBackgroundJob
 
     /**
      * Returns a unique identifier for this job.
-     *
-     * @return string
      */
     public function identifier(): string
     {