Missing return types in docblocks

This commit is contained in:
Pierre Rudloff 2017-12-25 21:14:02 +01:00
parent ee5301018a
commit 8c17b96749
1 changed files with 2 additions and 2 deletions

View 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)
{