Issue #2602448 by pjonckiere, heykarthikwithu, jhodgdon: In rdf.api,php, add @return value to the hook_rdf_namespaces()

8.1.x
Alex Pott 2015-12-22 00:38:15 +00:00
parent 2d411fb980
commit a6790d49ee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* defined in rdf_rdf_namespaces(), this hook should be used to define the new * defined in rdf_rdf_namespaces(), this hook should be used to define the new
* namespace prefixes. * namespace prefixes.
* *
* @return * @return string[]
* An associative array of namespaces where the key is the namespace prefix * An associative array of namespaces where the key is the namespace prefix
* and the value is the namespace URI. * and the value is the namespace URI.
* *