From f3e39f7dc7251d2936c15821b6c3d24c5c69cdb7 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Tue, 13 Mar 2012 12:08:05 -0700
Subject: [PATCH] Issue #1472614 by filijonka: Fix return value docs for
 hook_node_update_index()

---
 core/modules/node/node.api.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/node/node.api.php b/core/modules/node/node.api.php
index 27aa6c5fb3c1..2324b473cb46 100644
--- a/core/modules/node/node.api.php
+++ b/core/modules/node/node.api.php
@@ -718,8 +718,8 @@ function hook_node_update($node) {
  * @param $node
  *   The node being indexed.
  *
- * @return
- *   Array of additional information to be indexed.
+ * @return string
+ *   Additional node information to be indexed.
  *
  * @ingroup node_api_hooks
  */
-- 
GitLab