Fix doc blocks and return value type

This commit is contained in:
Hypolite Petovan 2019-01-21 11:36:01 -05:00
parent 504945f9df
commit ce177f22c8
6 changed files with 15 additions and 16 deletions

View file

@ -29,7 +29,7 @@ class Emailer
* additionalMailHeader additions to the SMTP mail header
* optional uid user id of the destination user
*
* @return object
* @return bool
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
public static function send($params)