From a6790d49ee58d6913af18534e04098c97d6de7f6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 22 Dec 2015 00:38:15 +0000 Subject: [PATCH] Issue #2602448 by pjonckiere, heykarthikwithu, jhodgdon: In rdf.api,php, add @return value to the hook_rdf_namespaces() --- core/modules/rdf/rdf.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/rdf/rdf.api.php b/core/modules/rdf/rdf.api.php index 7a9e38ec3809..3dbe7d1e2677 100644 --- a/core/modules/rdf/rdf.api.php +++ b/core/modules/rdf/rdf.api.php @@ -18,7 +18,7 @@ * defined in rdf_rdf_namespaces(), this hook should be used to define the new * namespace prefixes. * - * @return + * @return string[] * An associative array of namespaces where the key is the namespace prefix * and the value is the namespace URI. *