mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
Update PHPDoc in mod/
This commit is contained in:
parent
3282ce5389
commit
af9067a381
18 changed files with 134 additions and 69 deletions
|
@ -12,8 +12,10 @@ use Friendica\Database\DBA;
|
|||
use Friendica\Protocol\Diaspora;
|
||||
|
||||
/**
|
||||
* @param object $a App
|
||||
* @param App $a App
|
||||
* @return void
|
||||
* @throws ImagickException
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
function receive_post(App $a)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue