Move the PhpDoc comment to the public API
authorAlexander Ebert <ebert@woltlab.com>
Mon, 14 Nov 2022 15:42:08 +0000 (16:42 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 14 Nov 2022 15:42:08 +0000 (16:42 +0100)
wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php

index 58bf713f923f857278e78b92368dbbaf8fe19092..45302d510dde039d7d2bd34d14659ce7beb4ecfc 100644 (file)
@@ -20,10 +20,6 @@ use wcf\system\WCF;
  */
 final class BackgroundQueueHandler extends SingletonFactory
 {
-    /**
-     * Indicates that the client should trigger a check for
-     * pending jobs in the background queue.
-     */
     private bool $hasPendingCheck = false;
 
     /**
@@ -237,6 +233,9 @@ final class BackgroundQueueHandler extends SingletonFactory
     }
 
     /**
+     * Indicates that the client should trigger a check for
+     * pending jobs in the background queue.
+     *
      * @since 6.0
      */
     public function hasPendingCheck(): bool