api_format_data can also return an array

This commit is contained in:
Pierre Rudloff 2017-12-23 01:25:43 +01:00
parent 37aef32440
commit b4cf27e767
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ function api_create_xml($data, $root_element)
* @param string $type Return type (atom, rss, xml, json)
* @param array $data JSON style array
*
* @return (string|object) XML data or JSON data
* @return (string|object|array) XML data or JSON data
*/
function api_format_data($root_element, $type, $data)
{