]> git.mxchange.org Git - friendica.git/commitdiff
api_format_data() seems to never return an object
authorPierre Rudloff <contact@rudloff.pro>
Mon, 9 Apr 2018 17:19:00 +0000 (19:19 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Mon, 9 Apr 2018 17:34:09 +0000 (19:34 +0200)
include/api.php

index 7f2fbac32a05f23e3b78e559c9936b4ed038f31f..89c6cea9312478313ffc19b40b986d3e072e82e9 100644 (file)
@@ -981,7 +981,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|array) XML data or JSON data
+ * @return (string|array) XML data or JSON data
  */
 function api_format_data($root_element, $type, $data)
 {