From 74013a25b3008c050e1d513dfec98ad187e27e5d Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Wed, 30 May 2012 08:45:45 -0700 Subject: [PATCH] Issue #1598508 by jeffschuler: fix return docs for _node_types_build function --- core/modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/node.module b/core/modules/node/node.module index 3c3881d8427c..11c05ccf626e 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -674,7 +674,7 @@ function node_type_update_nodes($old_type, $type) { * TRUE to rebuild node types. Equivalent to calling node_types_rebuild(). * * @return - * Associative array with two components: + * An object with two properties: * - names: Associative array of the names of node types, keyed by the type. * - types: Associative array of node type objects, keyed by the type. * Both of these arrays will include new types that have been defined by -- GitLab