summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index bb27d391e..34fa9b962 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -5323,8 +5323,8 @@ function drupal_page_set_cache() {
*
* Do not call this function from a test. Use $this->cronRun() instead.
*
- * @return
- * TRUE if cron ran successfully.
+ * @return bool
+ * TRUE if cron ran successfully and FALSE if cron is already running.
*/
function drupal_cron_run() {
// Allow execution to continue even if the request gets canceled.