diff --git a/lib/appconfig.php b/lib/appconfig.php index 4b29802f..6acb966e 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -716,6 +716,8 @@ public function getCronChecker() { * Save cron checker setting * * @param bool $value - cronChecker + * + * @return void */ public function setCronChecker($value) { $this->logger->info("Set cron checker: " . json_encode($value), ["app" => $this->appName]);