mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Update PHPDoc in mod/
This commit is contained in:
parent
3282ce5389
commit
af9067a381
18 changed files with 134 additions and 69 deletions
|
@ -63,7 +63,7 @@ class Image
|
|||
|
||||
/**
|
||||
* @brief Constructor
|
||||
* @param object $data data
|
||||
* @param string $data
|
||||
* @param boolean $type optional, default null
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
|
@ -127,7 +127,7 @@ class Image
|
|||
}
|
||||
|
||||
/**
|
||||
* @param object $data data
|
||||
* @param string $data data
|
||||
* @return boolean
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue