Fix comments in `SearchEngineConvertInnoDbWorker`
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 12:37:58 +0000 (13:37 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 12:37:58 +0000 (13:37 +0100)
See #3837

wcfsetup/install/files/lib/system/worker/SearchEngineConvertInnoDbWorker.class.php

index 7d4ec5fe5a9ef7bcdfb99eeb80dd132da52f4b5b..57fe174d3cc2a9fef52780df357dda7f4e2da960 100644 (file)
@@ -12,6 +12,7 @@ use wcf\system\WCF;
  * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Worker
+ * @since       5.4
  */
 class SearchEngineConvertInnoDbWorker extends AbstractRebuildDataWorker {
        /**
@@ -23,9 +24,9 @@ class SearchEngineConvertInnoDbWorker extends AbstractRebuildDataWorker {
         * @inheritDoc
         */
        public function initObjectList() {
-               // This rebuild worker has no database object list
-               // therefore we do nothing in this method an overwrite
-               // the parent method, that it does not throw an exception.
+               // This rebuild worker has no database object list and
+               // therefore, we do nothing in this method and overwrite
+               // the parent method so no exception is thrown.
        }
        
        /**