]> git.mxchange.org Git - friendica.git/commitdiff
api_format_data can also return an array
authorPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:25:43 +0000 (01:25 +0100)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:25:43 +0000 (01:25 +0100)
include/api.php

index 724568279aad61612d13d185c99472897b1383b5..b6181ea1a4d0c1252bf58d5e87dad42d8b3f68b5 100644 (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)
 {