]> git.mxchange.org Git - friendica.git/commitdiff
Missing return types in docblocks
authorPierre Rudloff <contact@rudloff.pro>
Mon, 25 Dec 2017 20:14:02 +0000 (21:14 +0100)
committerPierre Rudloff <contact@rudloff.pro>
Mon, 25 Dec 2017 20:14:02 +0000 (21:14 +0100)
include/api.php

index edc9376e893c93b5224c4e0518c559924991d465..a7941a979ef8a12f70ee73edf6132950efc645cf 100644 (file)
@@ -2708,7 +2708,7 @@ function api_convert_item($item)
  *
  * @param string $body
  *
- * @return array
+ * @return array|false
  */
 function api_get_attachments(&$body)
 {
@@ -4329,7 +4329,7 @@ function api_fr_photo_delete($type)
  * @brief returns the details of a specified photo id, if scale is given, returns the photo data in base 64
  *
  * @param string $type Known types are 'atom', 'rss', 'xml' and 'json'
- * @return string
+ * @return string|array
  */
 function api_fr_photo_detail($type)
 {